<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 - AVX512: Provide support for variable-size mask intrinsics"
   href="https://bugs.llvm.org/show_bug.cgi?id=39338">39338</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>AVX512: Provide support for variable-size mask intrinsics
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>libraries
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>7.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>enhancement
          </td>
        </tr>

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

        <tr>
          <th>Component</th>
          <td>Backend: X86
          </td>
        </tr>

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

        <tr>
          <th>Reporter</th>
          <td>wenzel.jakob@epfl.ch
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>llvm-bugs@lists.llvm.org
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Intels' intrinsics explorer lists a large number of AVX512 mask operations that
don't seem to exist in current clang

<a href="https://software.intel.com/sites/landingpage/IntrinsicsGuide/#expand=3042&cats=Mask&techs=AVX_512">https://software.intel.com/sites/landingpage/IntrinsicsGuide/#expand=3042&cats=Mask&techs=AVX_512</a>

Examples:

_kand_mask8
_kand_mask16
_kand_mask32
_kand_mask64

(whereas only _mm512_kand is provided atm.)

_kshiftri_mask8
_kshiftri_mask16
_kshiftri_mask32
_kshiftri_mask64

etc..

Is there any plan to support these?</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>