mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-03 08:11:08 +00:00
Cleanup formatting.
This commit is contained in:
parent
556b0b6130
commit
ad6e0564b8
@ -6566,7 +6566,6 @@ sincos_test (void)
|
||||
TEST_extra (sincos, 1e22, -0.8522008497671888017727058937530, 0.5232147853951389454975944733847);
|
||||
#endif
|
||||
|
||||
|
||||
END (sincos);
|
||||
}
|
||||
|
||||
|
@ -17,10 +17,10 @@ while (0)
|
||||
|
||||
#include_next <math_private.h>
|
||||
|
||||
# include <fpu_control.h>
|
||||
#include <fpu_control.h>
|
||||
|
||||
# undef libc_feholdexcept_setround_53bit
|
||||
# define libc_feholdexcept_setround_53bit(e, r) \
|
||||
#undef libc_feholdexcept_setround_53bit
|
||||
#define libc_feholdexcept_setround_53bit(e, r) \
|
||||
do \
|
||||
{ \
|
||||
fpu_control_t cw; \
|
||||
@ -32,8 +32,8 @@ while (0)
|
||||
} \
|
||||
while (0)
|
||||
|
||||
# undef libc_feupdateenv_53bit
|
||||
# define libc_feupdateenv_53bit(e) \
|
||||
#undef libc_feupdateenv_53bit
|
||||
#define libc_feupdateenv_53bit(e) \
|
||||
do \
|
||||
{ \
|
||||
fpu_control_t cw; \
|
||||
|
Loading…
Reference in New Issue
Block a user