4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-01-16 19:40:07 +08:00
Corinna Vinschen 3e446e9723 strtold: Fix Infinity value.
Infinity returned from strtold is recognized as NaN by GCC builtin
functions.  The reason is that ULtox is missing to set a bit.

	* libc/stdlib/strtorx.c (ULtox): Set high bit in second word
	to create valid Infinity value.

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
2016-03-26 20:27:18 +01:00
..
2013-07-02 21:30:57 +00:00
2015-06-23 16:14:53 +01:00
2016-02-12 10:16:06 -06:00
2015-11-19 16:31:08 +01:00
2015-04-23 21:57:08 +02:00
2015-11-19 15:28:06 -06:00
2016-02-12 10:16:06 -06:00
2016-03-26 20:27:18 +01:00
2015-06-23 16:14:53 +01:00