<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 - [x86] _mm_frcz_ss and _mm_frcz_sd should take two parameters"
   href="https://bugs.llvm.org/show_bug.cgi?id=48673">48673</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>[x86] _mm_frcz_ss and _mm_frcz_sd should take two parameters
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>new-bugs
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>11.0
          </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>new bugs
          </td>
        </tr>

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

        <tr>
          <th>Reporter</th>
          <td>clang@evan.coeusgroup.com
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>htmldeveloper@gmail.com, llvm-bugs@lists.llvm.org
          </td>
        </tr></table>
      <p>
        <div>
        <pre>The _mm_frcz_ss and _mm_frcz_sd functions in clang take only a single
parameter, whereas in GCC and MSVC they take two.

Clang:
<a href="https://github.com/llvm/llvm-project/blob/a14945c1db614261a6f8d5d199e246d78f51e977/clang/lib/Headers/xopintrin.h#L731-L741">https://github.com/llvm/llvm-project/blob/a14945c1db614261a6f8d5d199e246d78f51e977/clang/lib/Headers/xopintrin.h#L731-L741</a>
GCC:
<a href="https://github.com/gcc-mirror/gcc/blob/master/gcc/config/i386/xopintrin.h#L753-L767">https://github.com/gcc-mirror/gcc/blob/master/gcc/config/i386/xopintrin.h#L753-L767</a></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>