More minor tweaks for fenv/cygwin.
build/SConstruct:
No need to warn about regression failures w/o fenv.h anymore.
--HG--
extra : convert_revision : f40efb849f4c3063ebb58f6e277473467916573d
This commit is contained in:
@@ -336,8 +336,7 @@ for build_dir in build_dirs:
|
||||
|
||||
if not env['USE_FENV']:
|
||||
print "Warning: No IEEE FP rounding mode control in", build_dir + "."
|
||||
print " FP results may deviate slightly", \
|
||||
"and some regression tests may fail."
|
||||
print " FP results may deviate slightly from other platforms."
|
||||
|
||||
if env['EFENCE']:
|
||||
env.Append(LIBS=['efence'])
|
||||
|
||||
Reference in New Issue
Block a user