[LLVMdev] rounding mode

Chuck Rose III cfr at adobe.com
Tue Jun 24 11:58:21 PDT 2008


Hello LLVMers,

 

A question.  In our system we often go from 

 

our-system -> LLVM generated functions -> callback functions in our
system

 

Is it the case that we can rely on the rounding mode being the same on
both sides of the LLVM generated functions or can generated functions
change the rounding mode and not restore it prior to calling another
function which may or may not be one generated via LLVM?  In our system,
all our APFloats use the default rounding mode.

 

Thanks,

Chuck.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20080624/765ca9d3/attachment.html>


More information about the llvm-dev mailing list