summaryrefslogtreecommitdiffstats
path: root/third_party/rust/packed_simd/perf-guide/src/float-math/fma.md
blob: 357748383d63c2081ed5bd2e025be4d2b0b9c073 (plain)
1
2
3
4
5
6
# Fused Multiply Add

<!-- TODO:
Explain that this is a compound operation, infinite precision, difference
between `mul_add` and `mul_adde`, that LLVM cannot do this by itself, etc.
-->