sleef

SIMD library for fast evaluation of elementary functions

brewmacoslinux
Try with needOr install directly
Source

About

SIMD library for evaluating elementary functions

Commands

sleef

Examples

Link sleef library in C program for vectorized math functions$ gcc -o program program.c -lsleef -lm
Check installed sleef library version and location$ pkg-config --modversion sleef
Get compiler flags needed to use sleef in your project$ pkg-config --cflags --libs sleef