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

Xing Xue <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #3 from Xing Xue <[email protected]> ---
Hi Eli,  You are right, the AIX <math.h> defines these overload functions and
that is the reason why they are excluded here.  AIX guards those functions with
#if !defined(__COMPATMATH__) and the originator of this bug's compiler happens
to define the macro.  As per discussion with the originator, I will enable
these definitions in LLVM's <math.h> for AIX.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to