octave-maintainers
[Top][All Lists]
Advanced

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

Re: MSVC compilation problem: std::abs<int64_t> does not exist


From: John W. Eaton
Subject: Re: MSVC compilation problem: std::abs<int64_t> does not exist
Date: Thu, 30 Oct 2008 13:59:01 -0400

On 30-Oct-2008, Jaroslav Hajek wrote:

| I have just verified that the expression
| (x < 0) ? -x : x produces exaclty the same code as std::abs (x) with
| g++ at -O3, so I guess we can use that. But, unless anyone objects,
| I'll mark it as a FIXME.

It's fine with me.

Thanks,

jwe


reply via email to

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