rust ffast-math (defunct, use lower)
Diffstat (limited to 'src/ffloat_safety.md')
| -rw-r--r-- | src/ffloat_safety.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ffloat_safety.md b/src/ffloat_safety.md new file mode 100644 index 0000000..6e5d3bc --- /dev/null +++ b/src/ffloat_safety.md @@ -0,0 +1,5 @@ +# Safety + +- You MUST NEVER call this function with [`NAN`] | [`INF`] +- You MUST NEVER make the produced [`FFloat`] [`NAN`] | [`INF`] +- You MUST NEVER combine this or any [`FFloat`] with any other {[`FFloat`], [`f32`], [`f64`]}, if it will produce [`NAN`] | [`INF`]
\ No newline at end of file |