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: GOMP_target: alignment (was: [gomp4] #pragma omp target* fixes)


On Mon, Dec 16, 2013 at 05:35:36PM +0100, Thomas Schwinge wrote:
> Sure, that's fine by me, and thanks for the explanation.
> 
> > Plus, the change, being an ABI change, would need to be done on the
> > trunk rather than just on gomp-4_0-branch.
> 
> It's not an ABI change, as I had limited the change to the GOACC_parallel
> function, which does not yet exist in trunk.

Ah, ok then, I've missed that.  I'd indeed prefer if you just used one
array, it can be say just uchar array of twice the width, with even chars
for alignment and odd for kinds (or vice versa), compared to two arrays
it is tiny bit cheaper at the caller side IMHO.

	Jakub


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