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:
parent
11cb904ad7
commit
b80bddd8b6
1 changed files with 1 additions and 2 deletions
|
@ -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'])
|
||||
|
|
Loading…
Reference in a new issue