[PATCH] D30739: [OpenMP] "declare simd" for AArch64 Advanced SIMD.
Renato Golin via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Mar 15 06:35:51 PDT 2017
rengolin added reviewers: Hahnfeld, carlo.bertolli, arpith-jacob.
rengolin added a comment.
Looks ok to me, but I'm not very knowledgeable in that area. Hopefully some OpenMP Clang developers I added could give you a more concrete approval. :)
================
Comment at: lib/CodeGen/CGOpenMPRuntime.cpp:6821
+ ISADataTy ISAData[] = {
+ {'n', 64}, // double-word Advanced SIMD
+ {'n', 128}, // quad-word Advanced SIMD
----------------
No f32?
https://reviews.llvm.org/D30739
More information about the cfe-commits
mailing list