mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-06-28 16:41:01 +03:00
nits
This commit is contained in:
parent
bf54aae779
commit
3f17750a27
@ -854,9 +854,9 @@ TEST(SimdUtilsTest, pshufb_m128) {
|
|||||||
|
|
||||||
/* On Intel, if bit 0x80 is set, then result is zero, otherwise which the lane it is &0xf.
|
/* On Intel, if bit 0x80 is set, then result is zero, otherwise which the lane it is &0xf.
|
||||||
In NEON or PPC, if >=16, then the result is zero, otherwise it is that lane.
|
In NEON or PPC, if >=16, then the result is zero, otherwise it is that lane.
|
||||||
Thus bellow we have to check thah case to NEON or PPC. */
|
Thus bellow we have to check that case to NEON or PPC. */
|
||||||
|
|
||||||
/*Insure that vec2 has at least 1 or more 0x80*/
|
/*Insure that vec3 has at least 1 or more 0x80 elements*/
|
||||||
u8 vec3[16] = {0};
|
u8 vec3[16] = {0};
|
||||||
vec3[15] = 0x80;
|
vec3[15] = 0x80;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user