mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-11-16 09:21:52 +03:00
WIP: Power VSX support almost completed
This commit is contained in:
committed by
apostolos
parent
28f8f30866
commit
3423ea5b2b
@@ -668,6 +668,9 @@ TEST(SimdUtilsTest, movq) {
|
||||
#elif defined(ARCH_ARM32) || defined(ARCH_AARCH64)
|
||||
int64x2_t a = { 0x123456789abcdefLL, ~0LL };
|
||||
simd = vreinterpretq_s64_s8(a);
|
||||
#elif defined(ARCH_PPC64EL)
|
||||
int64x2_t a = {0x123456789abcdefLL, ~0LL };
|
||||
simd = (m128) a;
|
||||
#endif
|
||||
#endif
|
||||
r = movq(simd);
|
||||
|
||||
Reference in New Issue
Block a user