Skip to content

Commit 50e1239

Browse files
authored
Remove unneeded workaround for bindgen not supporting f16 types (#3166)
1 parent 9b3400f commit 50e1239

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

libafl_qemu/libafl_qemu_build/src/bindings.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@ use crate::store_generated_content_if_different;
66

77
const WRAPPER_HEADER: &str = r#"
88
9-
// https://github.com/rust-lang/rust-bindgen/issues/2500
10-
#define __AVX512VLFP16INTRIN_H
11-
#define __AVX512FP16INTRIN_H
12-
139
// QEMU_BUILD_BUG* cause an infinite recursion in bindgen when target is arm
1410
#include "qemu/compiler.h"
1511

0 commit comments

Comments
 (0)