Age | Commit message (Collapse) | Author |
|
|
|
|
|
Also, change last reference to __sqrt into __sqrt to easily.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Provide macros so that the internal users can, if possible, directly use
the new instructions.
Also fix up the mathinline.h header when compiling with SSE4.1 enabled.
|
|
Use correct function names.
|
|
|
|
|
|
|
|
|
|
Add __exp*_finite optimizations and rewrite some wrappers.
|
|
|
|
The functions to get the pointers can now depend on the TLS variable
be initialized.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
libm is now somewhat integrated with gcc's -ffinite-math-only option
and lots of the wrapper functions have been optimized.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|