mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-11 22:50:45 +01:00
Small AVX512 asm ifdef patch
This commit is contained in:
parent
5c6571dab1
commit
2b115929dc
@ -27,8 +27,11 @@ Author: paboyle <paboyle@ph.ed.ac.uk>
|
|||||||
*************************************************************************************/
|
*************************************************************************************/
|
||||||
/* END LEGAL */
|
/* END LEGAL */
|
||||||
#include <Grid.h>
|
#include <Grid.h>
|
||||||
|
|
||||||
|
#ifdef AVX512
|
||||||
#include <simd/Intel512common.h>
|
#include <simd/Intel512common.h>
|
||||||
#include <simd/Intel512avx.h>
|
#include <simd/Intel512avx.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
// Interleave operations from two directions
|
// Interleave operations from two directions
|
||||||
// This looks just like a 2 spin multiply and reuse same sequence from the Wilson
|
// This looks just like a 2 spin multiply and reuse same sequence from the Wilson
|
||||||
|
Loading…
x
Reference in New Issue
Block a user