Re: [PATCH] Move sharable cilkplus functions to c-family

2013-06-07 Thread Richard Henderson
On 06/07/2013 09:08 AM, Iyer, Balaji V wrote: > Hello Richard et al., > I looked at my C++ implementation for Array Notations and a bunch of > helper functions (and one structure) can be shared between C and C++. > Attached is a patch that will move these functions from c/c-array-notation.c

[PATCH] Move sharable cilkplus functions to c-family

2013-06-07 Thread Iyer, Balaji V
Hello Richard et al., I looked at my C++ implementation for Array Notations and a bunch of helper functions (and one structure) can be shared between C and C++. Attached is a patch that will move these functions from c/c-array-notation.c to c-family/array-notation-common.c. Is this OK