Skip to content

plos-clan/libmath

Repository files navigation

libmath

C binding of libm crate for x86 or x86_64 OS, using pure soft-float without SSE or AVX.

Usage

Download the header file and lib from releases.

Link the library to your project.

Build

Build directly to get the two target files:

cargo build --release

The production build will be in target/<target>/release/ directory.

And use cbindgen to generate the header file:

cargo install cbindgen
cbindgen --output math.h

About

C binding of libm crate.

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages