1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00

Fix leading whitespaces.

This commit is contained in:
Ondrej Bilka
2013-06-06 19:36:03 +02:00
parent 25506f09dd
commit 350635a59a
67 changed files with 203 additions and 132 deletions

View File

@ -36,8 +36,8 @@ void _Qp_mul(long double *c, const long double *a, const long double *b)
FP_MUL_Q(C, A, B);
FP_PACK_QP(c, C);
QP_HANDLE_EXCEPTIONS(
_FPU_SETCW(_fcw);
__asm (
_FPU_SETCW(_fcw);
__asm (
" ldd [%1], %%f52\n"
" ldd [%1+8], %%f54\n"
" ldd [%2], %%f56\n"