Merge pull request #1919 from sayantn/fix-vreinterpret
Remove big-endian swizzles from `vreinterpret`
This commit is contained in:
commit
5dd0fdcd67
4 changed files with 6 additions and 9286 deletions
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
|
|
@ -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]]
|
||||
|
||||
|
|
|
|||
|
|
@ -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]]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue