[PATCH] D67289: [X86] Allow _MM_FROUND_CUR_DIRECTION and _MM_FROUND_NO_EXC to be used together on instructions that only support SAE and not embedded rounding.

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 9 04:46:37 PDT 2019


RKSimon accepted this revision.
RKSimon added a comment.
This revision is now accepted and ready to land.

LGTM



================
Comment at: clang/test/Sema/builtins-x86.c:84
 
+// Make sure we allow 4, 8, and 12 for SAE arguments.
+__mmask16 test__builtin_ia32_cmpps512_mask_rounding_cur_dir(__m512 __a, __m512 __b, __mmask16 __u) {
----------------
Add comments explaining what these values represent


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D67289/new/

https://reviews.llvm.org/D67289





More information about the llvm-commits mailing list