rust ffast-math (defunct, use lower)
fix highlighting
bendn 2023-10-04
parent 27edb2e · commit f9364ce
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index e05cc37..9aaded9 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@ Want to *order* a float?
You can do all of that, with `umath`!
-```rs
+```rust
use umath::FFloat;
// wrap a non NAN and non INF f32/f64 (we will also *never* make this number nan).
let mut f = unsafe { FFloat::new(4.0f32) };
@@ -32,4 +32,4 @@ When you make your first [`FFLoat`](https://docs.rs/umath/latest/umath/struct.FF
### Nightlyness
-`umath` is nightly because it makes use of core intrinsics, like [`fadd_fast()`](https://doc.rust-lang.org/nightly/core/intrinsics/fn.fadd_fast.html), which require the [`core_intrinsics`](https://doc.rust-lang.org/nightly/unstable-book/library-features/core-intrinsics.html) feature to use. \ No newline at end of file
+`umath` is nightly because it makes use of core intrinsics, like [`fadd_fast()`](https://doc.rust-lang.org/nightly/core/intrinsics/fn.fadd_fast.html), which require the [`core_intrinsics`](https://doc.rust-lang.org/nightly/unstable-book/library-features/core-intrinsics.html) feature to use.