octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #48319] Development source build failure relat


From: Mike Miller
Subject: [Octave-bug-tracker] [bug #48319] Development source build failure related to LONG_DOUBLE_ROUNDING in oct-inttypes.cc
Date: Tue, 5 Jul 2016 15:54:16 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:47.0) Gecko/20100101 Firefox/47.0

Follow-up Comment #9, bug #48319 (project octave):

I think jwe was referring to #including libgnu/fpucw.h in oct-inttypes.cc
instead of pasting the relevant macros like the patch does.

I had a suggestion to define wrapper functions for these instructions, but
that would add undesired overhead to these calls which should be very simple
and fast.

What if we made it explicit by declaring it as


#include "libgnu/fpucw.h"


to mark it as a gnulib header file being used intentionally. This is not a
header file that masks other standard library header files, so it's a
different case. That would also make it searchable and identifiable for future
maintenance.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?48319>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]