AMD Math Library (LibM)
AMD LibM is a software library containing a collection of basic math functions optimized for x86-64 processor based machines. It provides many routines from the list of standard C99 math functions.
AMD LibM is a C library, which users can link in to their applications to replace compiler-provided math functions. Generally, programmers access basic math functions through their compiler, but those who want better accuracy or performance than their compiler’s math functions can use this library to help improve their applications.
Highlights of AMD LibM 3.7
- Improved performance of Trigonometric scalar and vector variants of sin, cos, and tan
- Improved performance of Hyperbolic (single precision) scalar and vector variants of cosh and tanh
- Bug fixes in vector (double precision) log and exp
- Now source available at https://github.com/amd/aocl-libm-ose
The package containing AMD LibM Library binaries, examples, and documentation are available in the following Downloads section:
Download:
Refer here for older versions