Merge pull request #1919 from sayantn/fix-vreinterpret

Remove big-endian swizzles from `vreinterpret`
This commit is contained in:
Folkert de Vries 2025-09-15 08:18:20 +00:00 committed by GitHub
commit 5dd0fdcd67
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 6 additions and 9286 deletions

View file

@ -8781,6 +8781,7 @@ intrinsics:
- [float64x1_t, float32x2_t]
- [float32x4_t, float64x2_t]
- [float64x2_t, float32x4_t]
big_endian_inverse: false
compose:
- FnCall: [transmute, [a]]
@ -8801,6 +8802,7 @@ intrinsics:
# q
- [float64x2_t, float16x8_t]
- [float16x8_t, float64x2_t]
big_endian_inverse: false
compose:
- FnCall: [transmute, [a]]

View file

@ -8480,6 +8480,7 @@ intrinsics:
- [poly16x8_t, p128]
- [int8x16_t, p128]
- [uint8x16_t, p128]
big_endian_inverse: false
compose:
- FnCall: [transmute, [a]]
@ -8717,6 +8718,7 @@ intrinsics:
- [poly8x16_t, float32x4_t]
- [poly16x8_t, float32x4_t]
- [p128, float32x4_t]
big_endian_inverse: false
compose:
- FnCall: [transmute, [a]]
@ -8780,6 +8782,7 @@ intrinsics:
- [float16x8_t, uint16x8_t]
- [float16x8_t, uint32x4_t]
- [float16x8_t, uint64x2_t]
big_endian_inverse: false
compose:
- FnCall: [transmute, [a]]
@ -8804,6 +8807,7 @@ intrinsics:
- [poly128_t, float16x8_t]
- [float16x8_t, poly128_t]
- [float16x8_t, poly64x2_t]
big_endian_inverse: false
compose:
- FnCall: [transmute, [a]]