From 9d9db2178d6f1cfd7fcb245514968b65f8b08eca Mon Sep 17 00:00:00 2001 From: Vinzent Steinberg Date: Fri, 26 Jul 2024 12:02:55 +0200 Subject: [PATCH] Warn that Cephes may overwrite libc symbols --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 463cfff..d855773 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,9 @@ The following families of functions currently have Rust bindings for `f32` and Cephes implements a lot more functions that are not yet exposed in the Rust interface. +⚠️ **Cephes defines some symbols that may conflict with libc, such as `sin` and `cos`. +Using this crate may overwrite these symbols!** + ## Installing