We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da5f72d commit 3f0959fCopy full SHA for 3f0959f
README.md
@@ -5,7 +5,7 @@ This repository contains two main crates:
5
* `compiler-builtins`: symbols that the compiler expects to be available at
6
link time
7
* `libm`: a Rust implementation of C math libraries, used to provide
8
- implementations in `ocre`.
+ implementations in `core`.
9
10
More details are at [compiler-builtins/README.md](compiler-builtins/README.md)
11
and [libm/README.md](libm/README.md).
0 commit comments