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 01e2006 commit 1281abfCopy full SHA for 1281abf
1 file changed
subprojects/packagefiles/sleef/meson.build
@@ -34,9 +34,6 @@ if host_machine.cpu_family() == 'x86_64' or host_machine.cpu_family() == 'x86'
34
sleef_purecfma_flag = ['-DSLEEF_DISABLE_PURECFMA_SCALAR=ON']
35
else
36
# Auto-detect FMA support at configure time by actually running FMA code
37
- # Note: cc.compiles() with -mfma always passes because compilers support generating
38
- # FMA instructions even for CPUs that don't have them. We need cc.run() to verify
39
- # the CPU actually supports FMA at runtime.
40
fma_test_result = cc.run('''
41
#include <immintrin.h>
42
int main(void) {
0 commit comments