[llvm-bugs] [Bug 24125] ICE when calling intrinsic _mm_cvtps_ph causes
via llvm-bugs
llvm-bugs at lists.llvm.org
Mon Oct 19 16:03:25 PDT 2015
https://llvm.org/bugs/show_bug.cgi?id=24125
Sanjay Patel <spatel+llvm at rotateright.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|REOPENED |RESOLVED
Resolution|--- |FIXED
--- Comment #6 from Sanjay Patel <spatel+llvm at rotateright.com> ---
This looks good after:
http://reviews.llvm.org/rL250473
$ ./clang 24125.c
24125.c:4:10: error: '__builtin_ia32_vcvtps2ph' needs target feature f16c
return _mm_cvtps_ph(v128, 1);
Thanks, Eric!
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20151019/6cc3bdf7/attachment.html>
More information about the llvm-bugs
mailing list