From 3fe884bcf5a525a373975e1dfe363fc07862b9f7 Mon Sep 17 00:00:00 2001 From: Trevor Gross Date: Sun, 20 Apr 2025 04:43:58 +0000 Subject: [PATCH] Note that this crate has been moved Since [1], `libm` is now part of the `compiler-builtins` repositoy, so this repo will be archived. Update the README to reflect that. [1]: https://github.com/rust-lang/compiler-builtins/pull/822 --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 52d760a4f..c120a7588 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,10 @@ A port of [MUSL]'s libm to Rust. +> [!NOTE] +> The `libm` crate has been merged into the `compiler-builtins` repository. Future +> development work will take place there: https://github.com/rust-lang/compiler-builtins. + [MUSL]: https://musl.libc.org/ ## Goals