mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-01 10:06:57 +03:00
Remove trailing whitespace.
This commit is contained in:
@ -19,7 +19,7 @@
|
||||
You should have received a copy of the GNU Lesser General Public
|
||||
License along with the GNU C Library; if not, see
|
||||
<http://www.gnu.org/licenses/>. */
|
||||
|
||||
|
||||
#include <fpu_control.h>
|
||||
#include <fenv.h>
|
||||
#include <stdlib.h>
|
||||
@ -38,7 +38,7 @@ do { \
|
||||
#ifndef _FP_MUL_MEAT_RESET_FE
|
||||
#define _FP_MUL_MEAT_RESET_FE _FPU_SETCW(_fcw)
|
||||
#endif
|
||||
|
||||
|
||||
#define _FP_MUL_MEAT_S(R,X,Y) \
|
||||
_FP_MUL_MEAT_1_imm(_FP_WFRACBITS_S,R,X,Y)
|
||||
#define _FP_MUL_MEAT_D(R,X,Y) \
|
||||
@ -140,6 +140,6 @@ do { \
|
||||
#define QP_NO_EXCEPTIONS \
|
||||
__asm ("fzero %%f62\n\t" \
|
||||
"faddd %%f62, %%f62, %%f62" : : : "f62")
|
||||
|
||||
|
||||
#define QP_CLOBBER "memory", "f52", "f54", "f56", "f58", "f60", "f62"
|
||||
#define QP_CLOBBER_CC QP_CLOBBER , "cc"
|
||||
|
Reference in New Issue
Block a user