mirror of
https://github.com/TREX-CoE/qmckl.git
synced 2024-11-03 20:54:09 +01:00
Merge pull request #102 from fmgjcoppens/master
Fixed minor SIMD bug in tests.
This commit is contained in:
commit
1a0ea315ad
@ -223,6 +223,8 @@ AC_RUN_IFELSE(
|
||||
int simd=1;
|
||||
#if defined(__AVX512F__)
|
||||
simd=8;
|
||||
#elif defined(__AVX2__)
|
||||
simd=4;
|
||||
#elif defined(__AVX__)
|
||||
simd=4;
|
||||
#elif defined(__SSE2__)
|
||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user