[PATCH] D46863: [X86] Use __builtin_convertvector to implement some of the packed integer to packed float conversion intrinsics.

Amara Emerson via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed May 23 12:54:51 PDT 2018


aemerson added a comment.

Hi Craig,

The `__builtin_ia32_cvtdq2ps` builtin seems to be supported by gcc, and this change breaks code which has been using this without problems for years. Can we restore it?

Amara


Repository:
  rC Clang

https://reviews.llvm.org/D46863





More information about the cfe-commits mailing list