simd update

This commit is contained in:
edoapra 2025-03-14 13:04:44 -07:00
parent b7bf7d2186
commit 515ac012c1
No known key found for this signature in database
GPG key ID: 9E6A0B70826967BA
2 changed files with 5 additions and 3 deletions

View file

@ -498,6 +498,9 @@ jobs:
- name: Get Instruction
id: get-simd
run: |
if [[ $(uname -s) == Linux ]]; then
echo "SIMD " $(lscpu | grep -i flags | sort | uniq)
fi
echo "simd=$(./travis/guess_simd.sh)" >> $GITHUB_ENV
shell: bash
- name: Setup cache