================ Comment at: test/OpenMP/declare_simd_ast_print.c:10 @@ +9,3 @@ +#pragma omp declare simd +#pragma omp declare simd +void add_1(float *d, float *s1, float *s2); ---------------- I understand that the point is that you can have multiple 'declare simd' directives for the same function. However, if you have actual duplicates, should we issue a warning?
http://reviews.llvm.org/D10599 EMAIL PREFERENCES http://reviews.llvm.org/settings/panel/emailpreferences/ _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
