mirror of
https://sourceware.org/git/glibc.git
synced 2025-09-11 12:10:50 +03:00
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
85 B
C
4 lines
85 B
C
#undef __rintf
|
|
#define __rintf __rintf_c
|
|
#include <sysdeps/ieee754/flt-32/s_rintf.c>
|