Commit a8d2b21
authored
Improve documentation for VMLA/VMLS intrinsics for floats (#419)
The clang and GCC implementations for the VMLA/VMLS intrinsics for
floats are the same except for the -ffp-contract=on case where GCC: uses
VMUL+VADD/VSUM
Clang: uses FMLA/FMLS (Fused MLA/MLS)
Non-float VMLA/VMLS intrinsics reduce to MLA/MLS in both
implementations.
Previous ACLE releases (e.g. 2.1) made it clear that the VMLA/VMLS
intrinsics for floats are implementation defined, but this information
seem to have got lost in later releases.
So redocument the implementation-defined behaviour.1 parent 7f3c0e6 commit a8d2b21
3 files changed
Lines changed: 169 additions & 168 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
474 | 474 | | |
475 | 475 | | |
476 | 476 | | |
| 477 | + | |
477 | 478 | | |
478 | 479 | | |
479 | 480 | | |
| |||
0 commit comments