search for: dc8c8696

Displaying 1 result from an estimated 1 matches for "dc8c8696".

Did you mean: 6c88696
2008 Jun 24
1
[LLVMdev] rounding mode
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