comparison configure.ac @ 18158:8071c0a9d193

maint: Periodic merge of gui-release to default.
author John W. Eaton <jwe@octave.org>
date Sat, 21 Dec 2013 13:44:53 -0500
parents 2217bc116aa9 d13fb462dd92
children c56ce7c65019
comparison
equal deleted inserted replaced
18157:bf638abc95de 18158:8071c0a9d193
433 ### time (only native builds on MinGW and Cygwin *might* benefit). 433 ### time (only native builds on MinGW and Cygwin *might* benefit).
434 ### Maybe, one could generate assembly code with -S option and inspect 434 ### Maybe, one could generate assembly code with -S option and inspect
435 ### it without having to run an executable, but this sounds pretty dicey. 435 ### it without having to run an executable, but this sounds pretty dicey.
436 AC_ARG_ENABLE([float-truncate], 436 AC_ARG_ENABLE([float-truncate],
437 [AS_HELP_STRING([--enable-float-truncate], 437 [AS_HELP_STRING([--enable-float-truncate],
438 [enables truncating intermediate FP results.])], 438 [truncate intermediate FP results])],
439 [if test "$enableval" = yes; then 439 [if test "$enableval" = yes; then
440 ac_float_truncate=volatile 440 ac_float_truncate=volatile
441 else 441 else
442 ac_float_truncate= 442 ac_float_truncate=
443 fi], 443 fi],