Edrick
Golden Member
- Feb 18, 2010
- 1,939
- 230
- 106
Will it ah heck. If a CPU which does not support FMA3 receives an FMA3 instruction, it will not have a clue what to do.
You can have alternate paths in your code which avoid the FMA instruction and instead issue separate multiply and add instructions, but as I pointed out that adds complexity.
That is done at the compile level. It will not have to be done by the developer (unless you are coding in Assembly).
So it may add a slight increse in size of the end state library, but it will not add complexity or time to the development.
