Support simd.byte_swap

This commit is contained in:
gingerBill
2026-05-19 15:44:31 +01:00
parent a3240373ac
commit f231ef0596
2 changed files with 14 additions and 1 deletions

View File

@@ -2585,6 +2585,12 @@ Reverse the bit pattern of a SIMD vector.
*/
reverse_bits :: intrinsics.reverse_bits
/*
Swap the bytes of the elements of a SIMD vector.
*/
byte_swap :: intrinsics.byte_swap
/*
**Operation**