Skip to content

Commit 1281abf

Browse files
committed
removed unnecessary comment
1 parent 01e2006 commit 1281abf

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

subprojects/packagefiles/sleef/meson.build

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,6 @@ if host_machine.cpu_family() == 'x86_64' or host_machine.cpu_family() == 'x86'
3434
sleef_purecfma_flag = ['-DSLEEF_DISABLE_PURECFMA_SCALAR=ON']
3535
else
3636
# 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.
4037
fma_test_result = cc.run('''
4138
#include <immintrin.h>
4239
int main(void) {

0 commit comments

Comments
 (0)