search for: __builtin_nanl

Displaying 2 results from an estimated 2 matches for "__builtin_nanl".

Did you mean: __builtin_nanf
2017 Sep 25
0
'__builtin_nanl' and soft-FP64 support
...ge.support/support.limits/limits/numeric.limits.members/quiet_NaN.pass.cpp > > and: > > std/language.support/support.limits/limits/numeric.limits.members/signaling_NaN.pass.cpp > > However, these are new tests and it turns out that the underlying > problem is that the builtin ‘__builtin_nanl(“”)’ is returning the > value 0x0000000000000000.  I tested this builtin with our v4.0 > compiler and it has the same problem, so this is not a regression but > rather an existing bug exposed by the new LibC++ implementation of > ‘<limits>’. > > But our implementation of...
2017 Sep 25
2
'__builtin_nanl' and soft-FP64 support
...nal, these are: std/language.support/support.limits/limits/numeric.limits.members/quiet_NaN. pass.cpp and: std/language.support/support.limits/limits/numeric.limits.members/signaling_ NaN.pass.cpp However, these are new tests and it turns out that the underlying problem is that the builtin '__builtin_nanl("")' is returning the value 0x0000000000000000. I tested this builtin with our v4.0 compiler and it has the same problem, so this is not a regression but rather an existing bug exposed by the new LibC++ implementation of '<limits>'. But our implementation of FP64 is...