Available on crate feature
utils-mmx only.Expand description
MMX Operations in pure Rust
Functionsยง
- mmx_
p_ add_ b - Packed Add of Bytes (8-bit integers)
- mmx_
p_ add_ d - Packed Add of Doublewords (32-bit integers)
- mmx_
p_ add_ w - Packed Add of Words (16-bit integers)
- mmx_
p_ sll_ d - Packed Shift Left Logical of Doublewords (32-bit integers)
- mmx_
p_ srl_ d - Packed Shift Right Logical of Doublewords (32-bit integers)
- mmx_
punpckldq - Packed Unpack Low Doubleword
- mmx_
punpckldq2 - Packed Unpack Low Doubleword with itself