Skip to content

Commit

Permalink
Warn that Cephes may overwrite libc symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
vks authored Jul 26, 2024
1 parent 638d598 commit 9d9db21
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 9d9db21

Please sign in to comment.