Commit 0e08f686 by Uros Bizjak Committed by Uros Bizjak

double.h: Update from glibc CVS.

	* config/soft-fp/double.h: Update from glibc CVS.

From-SVN: r144229
parent a60b7ddb
2009-02-17 Uros Bizjak <ubizjak@gmail.com>
* config/soft-fp/double.h: Update from glibc CVS.
2009-02-17 Richard Guenther <rguenther@suse.de> 2009-02-17 Richard Guenther <rguenther@suse.de>
PR tree-optimization/39207 PR tree-optimization/39207
......
/* Software floating-point emulation. /* Software floating-point emulation.
Definitions for IEEE Double Precision Definitions for IEEE Double Precision
Copyright (C) 1997,1998,1999,2006,2007 Free Software Foundation, Inc. Copyright (C) 1997, 1998, 1999, 2006, 2007, 2008, 2009
Free Software Foundation, Inc.
This file is part of the GNU C Library. This file is part of the GNU C Library.
Contributed by Richard Henderson (rth@cygnus.com), Contributed by Richard Henderson (rth@cygnus.com),
Jakub Jelinek (jj@ultra.linux.cz), Jakub Jelinek (jj@ultra.linux.cz),
...@@ -203,13 +204,13 @@ union _FP_UNION_D ...@@ -203,13 +204,13 @@ union _FP_UNION_D
#define FP_UNPACK_SEMIRAW_D(X,val) \ #define FP_UNPACK_SEMIRAW_D(X,val) \
do { \ do { \
_FP_UNPACK_RAW_2(1,X,val); \ _FP_UNPACK_RAW_1(D,X,val); \
_FP_UNPACK_SEMIRAW(D,1,X); \ _FP_UNPACK_SEMIRAW(D,1,X); \
} while (0) } while (0)
#define FP_UNPACK_SEMIRAW_DP(X,val) \ #define FP_UNPACK_SEMIRAW_DP(X,val) \
do { \ do { \
_FP_UNPACK_RAW_2_P(1,X,val); \ _FP_UNPACK_RAW_1_P(D,X,val); \
_FP_UNPACK_SEMIRAW(D,1,X); \ _FP_UNPACK_SEMIRAW(D,1,X); \
} while (0) } while (0)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment