[PATCH] D59924: [PowerPC] [Clang] Port MMX intrinsics and basic test cases to Power

Fangrui Song via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Apr 23 06:04:22 PDT 2019


MaskRay added a comment.

May I ask why the mmintrin.h emulation layer must be added to the clang resource directory? Why can't it be provided as a standalone library like https://github.com/intel/ARM_NEON_2_x86_SSE ? Will you add SSE/AVX/AVX512 emulation layer to the clang resource directory as follow-ups?


Repository:
  rC Clang

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

https://reviews.llvm.org/D59924





More information about the cfe-commits mailing list