]> git.ipfire.org Git - thirdparty/vectorscan.git/commitdiff
remove unnecessary function proto
authorMatthew Barr <matthew.barr@intel.com>
Tue, 14 Jun 2016 01:28:00 +0000 (11:28 +1000)
committerMatthew Barr <matthew.barr@intel.com>
Fri, 8 Jul 2016 01:07:50 +0000 (11:07 +1000)
src/util/simd_utils.h

index 107b22afc92396e274e6d43693b38f36afc72526..d3dba9a3e83b433be0f8dda2d93e79d7c451e1db 100644 (file)
@@ -149,9 +149,6 @@ static really_inline u32 diffrich64_128(m128 a, m128 b) {
 #endif
 }
 
-// forward decl
-static really_inline m128 xor128(m128 a, m128 b);
-
 #define shift2x64(a, b)  _mm_slli_epi64((a), (b))
 #define rshift2x64(a, b) _mm_srli_epi64((a), (b))
 #define eq128(a, b)      _mm_cmpeq_epi8((a), (b))