Looks like there's more duplication to get rid of in this patch. lib/Headers/avxintrin.h:typedef float __v8sf __attribute__ ((__vector_size__ (32))); lib/Headers/f16cintrin.h:typedef float __v8sf __attribute__ ((__vector_size__ (32))); lib/Headers/avxintrin.h:typedef float __m256 __attribute__ ((__vector_size__ (32))); lib/Headers/f16cintrin.h:typedef float __m256 __attribute__ ((__vector_size__ (32)));
What is the right dependency order between these headers? http://reviews.llvm.org/D9557 EMAIL PREFERENCES http://reviews.llvm.org/settings/panel/emailpreferences/ _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
