1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-14 22:07:05 +01:00

Fixing the compile

This commit is contained in:
paboyle
2016-03-31 07:47:42 -07:00
parent f7b1060aed
commit f473ef7591
3 changed files with 5 additions and 4 deletions

View File

@ -109,12 +109,12 @@ Author: paboyle <paboyle@ph.ed.ac.uk>
#undef VMOVIDUP
#undef VMOVRDUP
#undef VMADDSBUB
#undef VMADDSUB
#undef VSHUF
#define VMOVIDUP(A,B,C) VMOVIDUPd(A,B,C)
#define VMOVRDUP(A,B,C) VMOVRDUPd(A,B,C)
#define VMADDSUB(A,B,accum) VMADDSUBd(A,B,accum)
#define VSHUD(A,B) VSHUFd(A,B)
#define VSHUF(A,B) VSHUFd(A,B)
#undef ZEND1