1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-14 13:57:07 +01:00

spin trace type work

This commit is contained in:
Peter Boyle
2015-04-16 14:48:21 +01:00
parent 933c54d9c4
commit 1972eea128
5 changed files with 21 additions and 18 deletions

6
configure vendored
View File

@ -5009,10 +5009,10 @@ fi
case ${ac_SIMD} in
SSE2)
echo Configuring for SSE2
SSE4)
echo Configuring for SSE4
$as_echo "#define SSE2 1" >>confdefs.h
$as_echo "#define SSE4 1" >>confdefs.h
;;
AVX)