Peter Collingbourne 1deff3dca1 Use movq for 64-bit operations
The EXTRACT_WORDS64 and INSERT_WORDS64 macros use movd for a 64-bit
operation.  Somehow gcc manages to turn this into movq, but LLVM won't.

2013-05-15  Peter Collingbourne  <pcc@google.com>

	* sysdeps/x86_64/fpu/math_private.h (MOVQ): New macro.
	(EXTRACT_WORDS64) Use where appropriate.
	(INSERT_WORDS64) Likewise.
2013-05-15 20:33:45 +02:00
..
2013-05-03 20:52:00 +02:00
2013-05-13 11:46:36 +05:30
2013-05-10 20:39:32 +02:00
2013-05-08 15:06:56 -05:00
2013-05-14 15:44:29 -07:00
2013-05-15 20:15:19 +02:00
2013-05-15 20:33:45 +02:00