Re: [PATCH] msvcr120: implement strtof and _strtof_l
12 Aug
2015
12 Aug
'15
3:12 p.m.
On 08/12/15 00:42, Bernhard Übelacker wrote:
+ ok(*(unsigned*)&f == __inf_bytes && sizeof(unsigned) == sizeof(float), "f = %x\n", *(unsigned*)&f); It would be nicer to use _finitef from msvcr120 here. Thanks to it you can avoid __inf_bytes and __ninf_bytes declaration.
Thanks, Piotr
3781
Age (days ago)
3781
Last active (days ago)
0 comments
1 participants
participants (1)
-
Piotr Caban