Home
last modified time | relevance | path

Searched refs:psimd_splat_s8 (Results 1 – 1 of 1) sorted by relevance

/dports/devel/psimd/psimd-90a938f/include/
H A Dpsimd.h241 PSIMD_INTRINSIC psimd_s8 psimd_splat_s8(int8_t c) { in psimd_splat_s8() function
620 return psimd_blend_s8(x >> psimd_splat_s8(7), a, b); in psimd_signblend_s8()
624 return psimd_blend_u8((psimd_u8) (x >> psimd_splat_s8(7)), a, b); in psimd_signblend_u8()