ci : add non-AVX scalar build/test (#2356)

* noavx build and test

* we don't need to remove f16c in windows
This commit is contained in:
Eve 2023-07-25 08:16:13 -04:00 committed by GitHub
parent be2301bcda
commit 1fed755b1f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -197,6 +197,8 @@ jobs:
strategy:
matrix:
include:
- build: 'noavx'
defines: '-DLLAMA_BUILD_SERVER=ON -DLLAMA_AVX=OFF -DLLAMA_AVX2=OFF -DLLAMA_FMA=OFF'
- build: 'avx2'
defines: '-DLLAMA_BUILD_SERVER=ON'
- build: 'avx'