[llvm-dev] Bug or expected behavior of APFloat class?

Dan Liew via llvm-dev llvm-dev at lists.llvm.org
Fri Aug 21 11:10:04 PDT 2015


>> Any thoughts on this?
>
> It is certainly possible that APFloat::rmNearestTiesToEven is required for the current code to work (that's the default mode that most of LLVM assumes). That certainly seems like a bug, and I'm not surprised if you find bugs when using other rounding modes.

Thanks for the reply. I don't really have time to look into the
details of this but I've opened up a bug report in case someone does
want to take a look at it in the future.

https://llvm.org/bugs/show_bug.cgi?id=24539


More information about the llvm-dev mailing list