On 11/15/13 15:05, Aldy Hernandez wrote:
Why all this, and not keep everything but GF_OMP_FOR_KIND_SIMD and GF_OMP_FOR_KIND_DISTRIBUTE as they were, and just use: GF_OMP_FOR_KIND_DISTIRBUTE = 1 << 0, GF_OMP_FOR_KIND_SIMD = 2 << 0, GF_OMP_FOR_KIND_CILKSIMD = 3 << 0,Sounds good. Testing the following patch against my previous patch which had already been committed. If there are no regressions, I will commit. Aldy
Committed.