[PATCH] Remove duplicate type definitions from f16cintrin.h
Sean Silva
chisophugis at gmail.com
Wed May 13 14:19:45 PDT 2015
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/
More information about the cfe-commits
mailing list