This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: PING: Fwd: Re: [patch] implement Cilk Plus simd loops on trunk


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]