Easiest way to use FMA instruction

Ben Jones fake at fake.fake
Thu Jan 9 20:57:10 UTC 2020


What's the easiest way to use the FMA instruction (fused multiply 
add that has nice rounding properties)?  The FMA function in 
Phobos just does a*b +c  which will round twice.

Do any of the intrinsics libraries include this?  Should I write 
my own inline ASM?



More information about the Digitalmars-d-learn mailing list