https://llvm.org/bugs/show_bug.cgi?id=24087

Sanjay Patel <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |[email protected]
         Resolution|---                         |FIXED

--- Comment #2 from Sanjay Patel <[email protected]> ---
This looks good after:
http://reviews.llvm.org/rL250473

$ ./clang 24087.c
24087.c:4:10: error: '__builtin_ia32_pclmulqdq128' needs target feature pclmul
  return _mm_clmulepi64_si128(a, b, 0x10);
         ^

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to