mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-09-29 19:24:25 +03:00
syntax fixes
This commit is contained in:
committed by
Konstantinos Margaritis
parent
8b09ecfe48
commit
5297ed5038
@@ -272,7 +272,7 @@ TEST(SuperVectorUtilsTest,pshufbc) {
|
||||
printv_u8("v2", v2); \
|
||||
printv_u8("v_aligned", v_aligned); \
|
||||
for (size_t i=0; i<16; i++) { \
|
||||
ASSERT_EQ(v_aligned.u.u8[i], vec[16 -l +i]); \
|
||||
ASSERT_EQ(v_aligned.u.u8[i], vec[16 -l + i]); \
|
||||
} \
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user