[PATCH] D144293: [PowerPC] Fix the implicit casting for the emulated intrinsics

Nemanja Ivanovic via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Feb 20 07:50:39 PST 2023


nemanjai accepted this revision.
nemanjai added a comment.
This revision is now accepted and ready to land.

LGTM as long as the naming nit is addressed.



================
Comment at: clang/lib/Headers/ppc_wrappers/emmintrin.h:57
 typedef __vector unsigned char __v16qu;
+typedef __vector float __v2f;
 
----------------
The name `__v2f` seems strange since `__vector float` is a vector of 4 `float` values. Should this be `__v4f`?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D144293



More information about the cfe-commits mailing list