mirror of
https://github.com/RYDE-WORK/llama.cpp.git
synced 2026-01-21 06:45:36 +08:00
It's helpful to use expm1f(x), because expf(x)-1 will result in overflow for 25% of single-precision floating point numbers.
It's helpful to use expm1f(x), because expf(x)-1 will result in overflow for 25% of single-precision floating point numbers.