<html>
    <head>
      <base href="https://bugs.llvm.org/">
    </head>
    <body><span class="vcard"><a class="email" href="mailto:rnk@google.com" title="Reid Kleckner <rnk@google.com>"> <span class="fn">Reid Kleckner</span></a>
</span> changed
          <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED WONTFIX - clang-cl doesn't correctly map /arch:XXX options to corresponding features"
   href="https://bugs.llvm.org/show_bug.cgi?id=51480">bug 51480</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>WONTFIX
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED WONTFIX - clang-cl doesn't correctly map /arch:XXX options to corresponding features"
   href="https://bugs.llvm.org/show_bug.cgi?id=51480#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED WONTFIX - clang-cl doesn't correctly map /arch:XXX options to corresponding features"
   href="https://bugs.llvm.org/show_bug.cgi?id=51480">bug 51480</a>
              from <span class="vcard"><a class="email" href="mailto:rnk@google.com" title="Reid Kleckner <rnk@google.com>"> <span class="fn">Reid Kleckner</span></a>
</span></b>
        <pre>MSVC has a different model for intrinsics: they can always be called regardless
of the /arch: setting. Clang requires you to enable the relevant features.
There are no plans to implement the MSVC intrinsic model. LLVM subtarget
features are set at the function level. You can control them either with
__attribute__((target)) or the various -m* flags. There is no /arch: flag for
SSSE3, so your workaround is a proper solution.</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>