vermicelli and match implementations for ppc64el added

This commit is contained in:
Apostolos Tapsas
2021-11-13 19:36:46 +00:00
parent e09d8674b4
commit 54158a1746
4 changed files with 173 additions and 12 deletions

View File

@@ -671,7 +671,6 @@ TEST(SimdUtilsTest, movq) {
#elif defined(ARCH_PPC64EL)
int64x2_t a = {0x123456789abcdefLL, ~0LL };
simd = (m128) a;
simd = vreinterpretq_s32_s64(a);
#endif
#endif
r = movq(simd);