Displaying 2 results from an estimated 2 matches for "a1441d23".
Did you mean:
144123
2020 Jan 09
2
[cfe-dev] Calling function from non-default floating-point environment
...And these attributes would be quite
different from the “allows non-default control modes” attribute that
a different language design might need.
John.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20200109/a1441d23/attachment.html>
2020 Jan 07
3
Calling function from non-default floating-point environment
Hi all,
Implementation of #pragma STDC FENV_ACCESS raises a problem: what to do if
a function is called inside a region where FP environment differs from the
default? If the function expects default FP mode it may work incorrectly in
such case.
The C2x standard draft (
http://www.open-std.org/jtc1/sc22/wg14/www/docs/n2454.pdf) states (7.6p4):
Certain programming conventions support the intended