mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-12 20:27:06 +01:00
SSE flag changed
This commit is contained in:
@ -48,7 +48,7 @@ int main (int argc, char ** argv)
|
||||
simd_layout[2] = 2;
|
||||
simd_layout[3] = 2;
|
||||
#endif
|
||||
#if defined (SSE2)
|
||||
#if defined (SSE4)
|
||||
simd_layout[0] = 1;
|
||||
simd_layout[1] = 1;
|
||||
simd_layout[2] = 1;
|
||||
|
Reference in New Issue
Block a user