mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-30 08:40:07 +00:00
ed22dcf691
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.
4 lines
93 B
C
4 lines
93 B
C
#undef __rint
|
|
#define __rint __rint_c
|
|
#include <sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c>
|