aboutsummaryrefslogtreecommitdiff
path: root/src/vectors-4-default.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vectors-4-default.h')
-rw-r--r--src/vectors-4-default.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/vectors-4-default.h b/src/vectors-4-default.h
index a672b89..874f471 100644
--- a/src/vectors-4-default.h
+++ b/src/vectors-4-default.h
@@ -49,6 +49,7 @@
// Unaligned store
#define vec4_store_nta(p,x) ((p)=(x))
+#define vec4_store_nta_partial(p,x,i,imin,imax) (vec4_store_nta(p,x))
// Store the n lower elements of a vector to memory
#define vec4_store_nta_partial_lo(p,x,n) (assert(0))
// Store the n higher elements of a vector into memory. This stores
@@ -93,4 +94,4 @@
# define k4sgn(x) (signbit(x))
#endif
-#define k4ifpos(x,y,z) (k4sgn(x)?(z):(y))
+#define k4ifmsb(x,y,z) (k4sgn(x)?(y):(z))