Commit 30b8fa3
Disable use of AVX compiler option
if the build machine is , say, AVX512 compatible then unless the option USE_NATIVE_ARCH is OFF cmake will generate compiler options /arch:AVX512 on Win32 and -march=native for other x86_64 systems
This will cause an illegal instruction if the build is run on non AVX512 capable machines.1 parent 5f97ff7 commit 30b8fa3
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1104 | 1104 | | |
1105 | 1105 | | |
1106 | 1106 | | |
| 1107 | + | |
1107 | 1108 | | |
1108 | 1109 | | |
1109 | 1110 | | |
| |||
0 commit comments