changeset 33052:3e762379d7d4

Remove final instances of OCTAVE_FLOAT_TRUNCATE from codebase (bug #65321). * mk-octave-config-h.sh: Remove sed search/replace pattern with OCTAVE_FLOAT_TRUNCATE. * configure.ac: Remove reporting on OCTAVE_FLOAT_TRUNCATE in configuration summary.
author Rik <rik@octave.org>
date Mon, 19 Feb 2024 14:08:00 -0800
parents 5b54c2fb69bb
children 96cf14f1697a
files build-aux/mk-octave-config-h.sh configure.ac
diffstat 2 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/build-aux/mk-octave-config-h.sh	Mon Feb 19 09:06:31 2024 +0100
+++ b/build-aux/mk-octave-config-h.sh	Mon Feb 19 14:08:00 2024 -0800
@@ -104,7 +104,6 @@
 
 $SED -n 's/#\(\(undef\|define\) OCTAVE_ENABLE_64.*$\)/#  \1/p' $config_h_file
 $SED -n 's/#\(\(undef\|define\) OCTAVE_ENABLE_BOUNDS_CHECK.*$\)/#  \1/p' $config_h_file
-$SED -n 's/#\(\(undef\|define\) OCTAVE_ENABLE_FLOAT_TRUNCATE.*$\)/#  \1/p' $config_h_file
 $SED -n 's/#\(\(undef\|define\) OCTAVE_ENABLE_INTERNAL_CHECKS.*$\)/#  \1/p' $config_h_file
 $SED -n 's/#\(\(undef\|define\) OCTAVE_ENABLE_LIB_VISIBILITY_FLAGS.*$\)/#  \1/p' $config_h_file
 $SED -n 's/#\(\(undef\|define\) OCTAVE_ENABLE_OPENMP.*$\)/#  \1/p' $config_h_file
--- a/configure.ac	Mon Feb 19 09:06:31 2024 +0100
+++ b/configure.ac	Mon Feb 19 14:08:00 2024 -0800
@@ -3366,7 +3366,6 @@
   64-bit BLAS array dims and indexing:  $HAVE_64_BIT_BLAS
   Use std::pmr::polymorphic_allocator:  $ENABLE_STD_PMR_POLYMORPHIC_ALLOCATOR
   OpenMP SMP multithreading:            $ENABLE_OPENMP
-  Truncate intermediate FP results:     $ENABLE_FLOAT_TRUNCATE
   Include support for GNU readline:     $USE_READLINE
   Use push parser in command line REPL: $ENABLE_COMMAND_LINE_PUSH_PARSER
   Build cross tools:                    $cross_tools