]> git.ipfire.org Git - thirdparty/vectorscan.git/commitdiff
nit
authorKonstantinos Margaritis <konstantinos@vectorcamp.gr>
Thu, 25 Nov 2021 06:21:07 +0000 (06:21 +0000)
committerKonstantinos Margaritis <konstantinos@vectorcamp.gr>
Thu, 25 Nov 2021 06:21:07 +0000 (06:21 +0000)
unit/internal/simd_utils.cpp

index 928abbfbd8595eb78200bd5045dc08672e590051..900078bb3e6235ea3f707afd94a0e39309dc2679 100644 (file)
@@ -916,10 +916,9 @@ TEST(SimdUtilsTest, pshufb_m128) {
     }
 }
 
-
 /*Define ALIGNR128 macro*/
 #define TEST_ALIGNR128(v1, v2, buf, l) {                                                 \
-                                           m128 v_aligned =palignr(v2,v1, l);            \
+                                           m128 v_aligned = palignr(v2,v1, l);           \
                                            storeu128(res, v_aligned);                    \
                                            for (size_t i=0; i<16; i++) {                 \
                                                ASSERT_EQ(res[i], vec[i + l]);            \