Registry / utility / sleef
library3.9.0vcpkgunverified

SIMD Library for Evaluating Elementary Functions, vectorized libm and DFT.

vcpkg install sleef
INSTALL
IMPORT
SIG · SLEEF
S
sleef
utilitycppv3.9.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

sleef.h
#include <sleef.h>

Compute sine using SLEEF

#include <sleef.h> #include <stdio.h> int main() { double x = 1.0; double result = Sleef_sin_u10(x); printf("sin(%f) = %f\n", x, result); return 0; }
Debug
Known issues
gotchaDifferent function variants exist for accuracy vs. speed trade-offs (e.g., u10, u35).
fix
Choose the appropriate variant based on your precision requirements.
affects: *
Upgrade
Version history
3.9.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
8
Resources

No resource links recorded.