fmath
fmath copied to clipboard
fast log and exp functions for x86/x64 SSE
Results
2
fmath issues
Sort by
recently updated
recently updated
newest added
A comment in the header [states](https://github.com/herumi/fmath/blob/01f461f42870b833bf7b50e83f3abc69232ca61f/fmath.hpp#L105): `exp(88.722839f) = inf ; 0x42b17218` This is indeed the result I'm seeing. However, at least on my machine `exp(89.0f)` is NaN and not inf,...
Resolves #14.