ci : disable FMA on Mac OS
This commit is contained in:
parent
83efc92053
commit
f46db27ea0
|
|
@ -140,7 +140,7 @@ jobs:
|
|||
sysctl -a
|
||||
mkdir build
|
||||
cd build
|
||||
cmake -DLLAMA_AVX2=OFF ..
|
||||
cmake -DLLAMA_AVX2=OFF -DLLAMA_FMA=OFF ..
|
||||
cmake --build . --config Release
|
||||
|
||||
- name: Test
|
||||
|
|
|
|||
Loading…
Reference in New Issue