[PATCH] D37562: [X86] Lower _mm[256|512]_[mask[z]]_avg_epu[8|16] intrinsics to native llvm IR

Matthias Braun via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Sep 20 17:42:49 PDT 2017


MatzeB added a comment.

In https://reviews.llvm.org/D37562#877209, @craig.topper wrote:

> Was the code not using emmintrin.h and instead copied code from it that used the builtins?


Turned out to be code that had been preprocessed in the past. I'll unpreprocess the xmmintrin.h/emmintrin.h parts now.


Repository:
  rL LLVM

https://reviews.llvm.org/D37562





More information about the cfe-commits mailing list