mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-25 14:57:29 +00:00
Add support for `smlad` and `smlsd`.
- `smlad`: Dual 16-bit Signed Multiply with Addition and
32-bit accumulation
- `smlsd`: Dual 16-bit Signed Multiply with Subtraction and
32-bit accumulation