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 a4c748f commit e0d1b61Copy full SHA for e0d1b61
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