-
Notifications
You must be signed in to change notification settings - Fork 279
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ARM DSP: Halving parallel add/sub and multiply add/sub (#535)
* ARM DSP: Add signed halving parallel sub. Add: - `shsub8`: Signed halving parallel byte-wise subtraction. - `shsub16`: Signed halving parallel halfword-wise subtraction. * ARM DSP: Signed halving parallel additions. - `shadd8`: Signed halving parallel byte-wise add. - `shadd16`: Signed halving parallel halfword-wise add. * ARM DSP: Signed Dual Multiply Add and Signed Dual Multiply Sub. - `SMUAD`: Signed Dual Multiply Add. - `SMUADX`: Signed Dual Multiply Add Reversed. - `SMUSD`: Signed Dual Multiply Subtract. - `SMUSDX`: Signed Dual Multiply Subtract Reversed. * ARM DSP: Restrict to Cortex-A and Cortex-R Restrict everything to Cortex-A/R till We found a better way manage thumb* targets. Add 'dox' to generate docs. * ARM DSP: fix Markdown documentation Quote '[' and ']' where are not part of the Markdown syntax.
- Loading branch information
1 parent
bd6254f
commit 2760409
Showing
2 changed files
with
214 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters