mirror of
https://sourceware.org/git/glibc.git
synced 2025-12-03 12:11:17 +03:00
Optimize exp
Add __exp*_finite optimizations and rewrite some wrappers.
This commit is contained in:
@@ -9,6 +9,7 @@ __ieee754_expl (long double x)
|
||||
__set_errno (ENOSYS);
|
||||
return 0.0;
|
||||
}
|
||||
strong_alias (__ieee754_expl, __expl_finite)
|
||||
|
||||
stub_warning (expl)
|
||||
#include <stub-tag.h>
|
||||
|
||||
Reference in New Issue
Block a user