[llvm-bugs] [Bug 14857] complex divide wrong
via llvm-bugs
llvm-bugs at lists.llvm.org
Thu Oct 29 13:30:02 PDT 2015
https://llvm.org/bugs/show_bug.cgi?id=14857
Richard Smith <richard-llvm at metafoo.co.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |richard-llvm at metafoo.co.uk
Resolution|--- |FIXED
--- Comment #1 from Richard Smith <richard-llvm at metafoo.co.uk> ---
Those examples now give (respectively):
-nan + inf i
inf + -nan i
inf + -nan i
(Note that special care needs to be taken when forming "inf * I", since we
don't support _Imaginary -- see PR8532, or you instead get nan + inf i for the
first case.)
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20151029/87ea6b90/attachment.html>
More information about the llvm-bugs
mailing list