]> git.proxmox.com Git - rustc.git/blame - vendor/packed_simd/perf-guide/src/float-math/fma.md
New upstream version 1.52.1+dfsg1
[rustc.git] / vendor / packed_simd / perf-guide / src / float-math / fma.md
CommitLineData
f20569fa
XL
1# Fused Multiply Add
2
3<!-- TODO:
4Explain that this is a compound operation, infinite precision, difference
5between `mul_add` and `mul_adde`, that LLVM cannot do this by itself, etc.
6-->