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

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

[Octave-bug-tracker] [bug #41855] make check failure when compiled with


From: Rik
Subject: [Octave-bug-tracker] [bug #41855] make check failure when compiled with clang
Date: Mon, 28 Apr 2014 23:40:13 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:28.0) Gecko/20100101 Firefox/28.0

Follow-up Comment #3, bug #41855 (project octave):

One way to look at Octave is that it is just a pretty front-end on a lot of
very good numerical libraries.  Some of the time this is obvious, Octave
doesn't implement it's own linear algebra solvers but relies on BLAS and
LAPACK.  For some of the other basic math and trig functions, like sin, cos,
log2, we call the C libary routines.  In this case the GNU libc log2 function
returns Inf + log2 (i) for log2 (Inf i).  Since Octave is a GNU program we
choose the GNU C library as the canonical reference.  Apple seems to have
chose a different value for this, admittedly strange, corner case.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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