浏览代码

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

* noavx build and test

* we don't need to remove f16c in windows
Eve 2 年之前
父节点
当前提交
1fed755b1f
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      .github/workflows/build.yml

+ 2 - 0
.github/workflows/build.yml

@@ -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'