octave-maintainers
[Top][All Lists]
Advanced

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

Re: Octave 4.0.0 release candidate 1 available for ftp


From: Dmitri A. Sergatskov
Subject: Re: Octave 4.0.0 release candidate 1 available for ftp
Date: Tue, 10 Mar 2015 14:57:57 -0500



On Tue, Mar 10, 2015 at 1:03 PM, Orion Poplawski <address@hidden> wrote:

octave:4> a =  1 + 1i
a =  1 + 1i
octave:5> b =  1 + 1i
b =  1 + 1i
octave:6> b < a
ans =  1
octave:7> b > a
ans = 0
octave:8> b == a
ans =  1

Any idea where to look next?


​Seeing that this was compiled by gcc 5.0 pre-release, I have a strong suspicion this is a gcc/stdlib issue.
Perhaps you could circumvent it with -mfpmath=sse option to gcc.​

​Dmitri.
--


reply via email to

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