[PATCH] [OPENMP] Introduced type trait "__builtin_omp_required_simd_align" for default simd alignment.

John McCall rjmccall at gmail.com
Wed Jul 1 17:10:55 PDT 2015


One more tweak, and then LGTM.


================
Comment at: include/clang/Basic/TypeTraits.h:96
@@ -96,1 +95,3 @@
+    UETT_VecStep,
+    UETT_OpenMPDefaultSimdAlign,
   };
----------------
Please rename this to follow the actual name of the trait, i.e. UETT_OpenMPRequiredSimdAlign.

http://reviews.llvm.org/D10597

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the cfe-commits mailing list