mirror of
				https://github.com/paboyle/Grid.git
				synced 2025-11-04 05:54:32 +00:00 
			
		
		
		
	Small change in the defines
This commit is contained in:
		@@ -159,8 +159,8 @@ WilsonKernels<WilsonImplD>::DiracOptAsmDhopSiteDag(StencilImpl &st,LebesgueOrder
 | 
				
			|||||||
#undef FX 
 | 
					#undef FX 
 | 
				
			||||||
#define FX(A) DWFASM_ ## A
 | 
					#define FX(A) DWFASM_ ## A
 | 
				
			||||||
#define MAYBEPERM(A,B) 
 | 
					#define MAYBEPERM(A,B) 
 | 
				
			||||||
#define VMOVIDUP(A,B,C)                                  VBCASTIDUPf(A,B,C)
 | 
					#define VMOVIDUP(A,B,C)                                  VBCASTIDUPd(A,B,C)
 | 
				
			||||||
#define VMOVRDUP(A,B,C)                                  VBCASTRDUPf(A,B,C)
 | 
					#define VMOVRDUP(A,B,C)                                  VBCASTRDUPd(A,B,C)
 | 
				
			||||||
#define MULT_2SPIN(ptr,pf) MULT_ADDSUB_2SPIN_LS(ptr,pf)
 | 
					#define MULT_2SPIN(ptr,pf) MULT_ADDSUB_2SPIN_LS(ptr,pf)
 | 
				
			||||||
				    
 | 
									    
 | 
				
			||||||
#undef KERNEL_DAG
 | 
					#undef KERNEL_DAG
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user