FPU
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-04-26 10:41 PM
Probably a typo. In M4 generic user guide the mnemonic for floating-point MAC is shown as VLMA
Labels:
- Labels:
-
STM32CubeIDE
This discussion is locked. Please start a new topic to ask your question.
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-04-26 10:51 PM
How exactly are you using these instructions?
JW
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-04-27 4:03 AM
Perhaps there is a mistake.
VLMA mnemonics is found in only one document. But the description and function are similar to VMLA mnemonics.
The difference is VMLA's ability to handle double precision.
The latest version of GCC swears at VLMA mnemonics.
There are many applications:
a += b * c;
a -= b * c;
