<html>
    <head>
      <base href="https://llvm.org/bugs/" />
    </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 --- - Support for silvermont family 6 model 90 (Intel Atom Z3580)"
   href="https://llvm.org/bugs/show_bug.cgi?id=24392">24392</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Support for silvermont family 6 model 90 (Intel Atom Z3580)
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>libraries
          </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>normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>P
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>Core LLVM classes
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>unassignedbugs@nondot.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>daniel.kravetz@gmail.com
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>llvm-bugs@lists.llvm.org
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Created <span class=""><a href="attachment.cgi?id=14708" name="attach_14708" title="Screenshot of X Term after cat /proc/cpuinfo on Arch Linux x86">attachment 14708</a> <a href="attachment.cgi?id=14708&action=edit" title="Screenshot of X Term after cat /proc/cpuinfo on Arch Linux x86">[details]</a></span>
Screenshot of X Term after cat /proc/cpuinfo on Arch Linux x86

Currently I own a device (Asus ZenFone 2) with the Intel Atom Z3580 processor,
which is identified as family 6, model 90 by doing cat /proc/cpuinfo. LLVM
refuses to recognize it as such and there is no SSE 4.1/4.2, returning it as a
generic processor, as seen in hosts.cpp in lines 380-384 as follows:

// Atom Silvermont codes from the Intel software optimization guide.
   case 55:
   case 74:
   case 77:
     return "silvermont";

There is no "case 90:", leaving the switch statement fall to the default cases.</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>