1
0
mirror of https://github.com/paboyle/Grid.git synced 2026-04-27 05:56:01 +01:00
This commit is contained in:
paboyle
2016-06-25 11:08:05 -07:00
parent 51cb2d4328
commit 2d8bb4c594
5 changed files with 242 additions and 51 deletions
+3 -1
View File
@@ -1,4 +1,4 @@
/*************************************************************************************
/*************************************************************************************
Grid physics library, www.github.com/paboyle/Grid
@@ -37,6 +37,8 @@ Author: paboyle <paboyle@ph.ed.ac.uk>
"mov $0x5555, %%eax \n"\
"kmovw %%eax, %%k7 \n" : : : "%eax");
//#define label(B) __asm__ ( __func__ __LINE__ #B ":\n" );
#define VZEROf(A) "vpxorq " #A "," #A "," #A ";\n"
#define VZEROd(A) "vpxorq " #A "," #A "," #A ";\n"