<html>
<head>
<base href="https://bugs.llvm.org/">
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Bug ID</th>
<td><a class="bz_bug_link
bz_status_NEW "
title="NEW - i686-apple-darwin target-cpu is i686 ?"
href="https://bugs.llvm.org/show_bug.cgi?id=38594">38594</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>i686-apple-darwin target-cpu is i686 ?
</td>
</tr>
<tr>
<th>Product</th>
<td>clang
</td>
</tr>
<tr>
<th>Version</th>
<td>trunk
</td>
</tr>
<tr>
<th>Hardware</th>
<td>PC
</td>
</tr>
<tr>
<th>OS</th>
<td>All
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Severity</th>
<td>enhancement
</td>
</tr>
<tr>
<th>Priority</th>
<td>P
</td>
</tr>
<tr>
<th>Component</th>
<td>Driver
</td>
</tr>
<tr>
<th>Assignee</th>
<td>unassignedclangbugs@nondot.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>gonzalobg88@gmail.com
</td>
</tr>
<tr>
<th>CC</th>
<td>llvm-bugs@lists.llvm.org
</td>
</tr></table>
<p>
<div>
<pre>echo | clang -### -E - --target=i686-apple-darwin
produces: -target-cpu i686
Does that mean that the following CPU is used?
<a href="https://github.com/llvm-mirror/llvm/blob/3b09b9e80ea336869ce855baa4c11b5cd762aa44/lib/Target/X86/X86.td#L460">https://github.com/llvm-mirror/llvm/blob/3b09b9e80ea336869ce855baa4c11b5cd762aa44/lib/Target/X86/X86.td#L460</a>
def : Proc<"i686", [FeatureX87, FeatureSlowUAMem16, FeatureCMOV]>;
Given that the first Apple machines using Intel CPUs were from the mid 2000s,
and were using core CPUs with SSE3, I must ask, if this is correct, what is the
reason for it?</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>