rust ffast-math (defunct, use lower)
Diffstat (limited to 'src/ffloat_safety_notice.md')
| -rw-r--r-- | src/ffloat_safety_notice.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ffloat_safety_notice.md b/src/ffloat_safety_notice.md new file mode 100644 index 0000000..6170d88 --- /dev/null +++ b/src/ffloat_safety_notice.md @@ -0,0 +1,3 @@ +Please note that calling this function may (although its dependent on the function) incur UB. + +These functions are not marked `unsafe`, as the entire [`FFloat`] type is essentially unsafe.
\ No newline at end of file |