mirror of
https://github.com/odin-lang/Odin.git
synced 2026-05-26 05:38:14 +00:00
Support simd.byte_swap
This commit is contained in:
@@ -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**
|
||||
|
||||
|
||||
Reference in New Issue
Block a user