Make SIMD enabled by default again (for x86_64)

This commit is contained in:
Wayne Davison
2020-06-18 16:27:05 -07:00
parent 1a9a184145
commit 7fd24bef0f
3 changed files with 8 additions and 8 deletions

View File

@@ -18,7 +18,7 @@ jobs:
- name: prepare-source
run: ./prepare-source
- name: configure
run: ./configure --with-included-popt --with-included-zlib --enable-simd
run: ./configure --with-included-popt --with-included-zlib
- name: make
run: make
- name: version-summary