[BACK]Return to gdtoaimp.h CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / lib / libc / gdtoa

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/lib/libc/gdtoa/gdtoaimp.h between version 1.14 and 1.14.30.1

version 1.14, 2013/04/19 10:41:53 version 1.14.30.1, 2019/12/08 13:35:51
Line 200  THIS SOFTWARE.
Line 200  THIS SOFTWARE.
 #include "gd_qnan.h"  #include "gd_qnan.h"
 #ifdef Honor_FLT_ROUNDS  #ifdef Honor_FLT_ROUNDS
 #include <fenv.h>  #include <fenv.h>
   __unused __weakref_visible int __libc_fegetround_ref(void)
     __weak_reference(fegetround);
   #define fegetround()                                                    \
           (__libc_fegetround_ref ? __libc_fegetround_ref() : FE_TONEAREST)
 #endif  #endif
   
 #ifdef DEBUG  #ifdef DEBUG

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.14.30.1

CVSweb <webmaster@jp.NetBSD.org>