vector.FastMathFlags enum¶
IEEE 754 fast-math relaxation flags for float operations.
Cases¶
| Keyword | Value | Description |
|---|---|---|
reassoc |
1 | Allow reassociation. |
nnan |
2 | Assume no NaNs. |
ninf |
4 | Assume no infinities. |
nsz |
8 | Assume no signed zeros. |
arcp |
16 | Allow reciprocal approximation. |
contract |
32 | Allow contractions (FMA). |
afn |
64 | Approximate functions. |
fast |
127 | All of the above. |
Used by¶
vector.absf.fastmathvector.acosf.fastmathvector.acoshf.fastmathvector.addf.fastmathvector.asinf.fastmathvector.asinhf.fastmathvector.atan2f.fastmathvector.atanf.fastmathvector.atanhf.fastmathvector.cbrtf.fastmathvector.ceilf.fastmathvector.clampf.fastmathvector.cmpf.fastmathvector.copysignf.fastmathvector.cosf.fastmathvector.coshf.fastmathvector.costurnsf.fastmathvector.divf.fastmathvector.dotf.fastmathvector.erfcf.fastmathvector.erff.fastmathvector.exp2f.fastmathvector.expf.fastmathvector.expm1f.fastmathvector.floorf.fastmathvector.fmaf.fastmathvector.geluf.fastmathvector.log10f.fastmathvector.log1pf.fastmathvector.log2f.fastmathvector.logf.fastmathvector.logisticf.fastmathvector.maximumf.fastmathvector.maxnumf.fastmathvector.minimumf.fastmathvector.minnumf.fastmathvector.mulf.fastmathvector.negf.fastmathvector.powf.fastmathvector.reduce.axes.fastmathvector.reduce.fastmathvector.remf.fastmathvector.roundevenf.fastmathvector.roundf.fastmathvector.rsqrtf.fastmathvector.siluf.fastmathvector.sinf.fastmathvector.sinhf.fastmathvector.sinturnsf.fastmathvector.softplusf.fastmathvector.sqrtf.fastmathvector.subf.fastmathvector.tanf.fastmathvector.tanhf.fastmathvector.truncf.fastmath