- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for FMA (0.01 sec)
-
doc/go1.17_spec.html
</p> <p> For instance, some architectures provide a "fused multiply and add" (FMA) instruction that computes <code>x*y + z</code> without rounding the intermediate result <code>x*y</code>. These examples show when a Go implementation can use that instruction: </p> <pre> // FMA allowed for computing r, because x*y is not explicitly rounded: r = x*y + z r = z; r += x*y
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Thu Oct 10 18:25:45 UTC 2024 - 211.6K bytes - Viewed (0)