We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66b6096 commit c06ccedCopy full SHA for c06cced
phper-sys/build.rs
@@ -48,12 +48,7 @@ fn main() {
48
.blocklist_function("zend_startup")
49
// Block the `zend_random_bytes_insecure` because it fails checks.
50
.blocklist_item("zend_random_bytes_insecure")
51
- .blocklist_type("float32x1_t")
52
- .blocklist_type("float32x2_t")
53
- .blocklist_type("float32x4_t")
54
- .blocklist_type("float64x1_t")
55
- .blocklist_type("float64x2_t")
56
- .blocklist_type("float64x4_t")
+ .clang_arg("-D__ARM_NEON=0")
57
.clang_args(&includes)
58
.derive_default(true);
59
0 commit comments