mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-05 23:52:45 +00:00
4e5f8b4d8d
Use expm1f(x) = exp(x) - 1 for |x| > ln(2). For |x| <= ln(2), divide it into 3 subintervals: [-ln2, -1/8], [-1/8, 1/8], [1/8, ln2] and use a degree-6 polynomial approximation generated by Sollya's fpminmax for each interval. Errors < 1.5 ULPs when we use fma to evaluate the polynomials. Differential Revision: https://reviews.llvm.org/D101134 |
||
---|---|---|
.. | ||
aarch64 | ||
x86_64 | ||
api.td | ||
app.h | ||
CMakeLists.txt | ||
errno.h.in | ||
platform_defs.h.inc | ||
signal.h.in | ||
syscall_numbers.h.inc | ||
syscall.h.def | ||
threads.h.in |