<html>
<head>
<base href="https://llvm.org/bugs/" />
</head>
<body><span class="vcard"><a class="email" href="mailto:xingxue@ca.ibm.com" title="Xing Xue <xingxue@ca.ibm.com>"> <span class="fn">Xing Xue</span></a>
</span> changed
<a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED FIXED - fmod and similar method static_assert on aix"
href="https://llvm.org/bugs/show_bug.cgi?id=28738">bug 28738</a>
<br>
<table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>What</th>
<th>Removed</th>
<th>Added</th>
</tr>
<tr>
<td style="text-align:right;">Status</td>
<td>NEW
</td>
<td>RESOLVED
</td>
</tr>
<tr>
<td style="text-align:right;">Resolution</td>
<td>---
</td>
<td>FIXED
</td>
</tr></table>
<p>
<div>
<b><a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED FIXED - fmod and similar method static_assert on aix"
href="https://llvm.org/bugs/show_bug.cgi?id=28738#c3">Comment # 3</a>
on <a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED FIXED - fmod and similar method static_assert on aix"
href="https://llvm.org/bugs/show_bug.cgi?id=28738">bug 28738</a>
from <span class="vcard"><a class="email" href="mailto:xingxue@ca.ibm.com" title="Xing Xue <xingxue@ca.ibm.com>"> <span class="fn">Xing Xue</span></a>
</span></b>
<pre>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.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are on the CC list for the bug.</li>
</ul>
</body>
</html>