]> git.ipfire.org Git - thirdparty/vectorscan.git/commitdiff
Remove unused storeu macros
authorMatthew Barr <matthew.barr@intel.com>
Tue, 5 Apr 2016 00:36:50 +0000 (10:36 +1000)
committerMatthew Barr <matthew.barr@intel.com>
Wed, 20 Apr 2016 03:34:55 +0000 (13:34 +1000)
src/util/uniform_ops.h

index 5fa6ab56c7e13e34b77db8067c19723a2712f9c8..45ea41081810ff16ab2b16c2bc23389a152d1f66 100644 (file)
@@ -76,9 +76,6 @@
 #define storeu_u32(ptr, a)   unaligned_store_u32(ptr, a)
 #define storeu_u64a(ptr, a)  unaligned_store_u64a(ptr, a)
 #define storeu_m128(ptr, a)  storeu128(ptr, a)
-#define storeu_m256(ptr, a)  storeu256(ptr, a)
-#define storeu_m384(ptr, a)  storeu384(ptr, a)
-#define storeu_m512(ptr, a)  storeu512(ptr, a)
 
 #define zero_u8             0
 #define zero_u32            0