Re: [gomp4 14/14] libgomp: use more generic implementations on nvptx

2015-10-21 Thread Jakub Jelinek
On Tue, Oct 20, 2015 at 09:34:36PM +0300, Alexander Monakov wrote: > This patch removes 0-size libgomp stubs where generic implementations can be > compiled for the NVPTX target. > > It also removes non-stub critical.c, which contains assembly implementations > for GOMP_atomic_{start,end}, but doe

[gomp4 14/14] libgomp: use more generic implementations on nvptx

2015-10-20 Thread Alexander Monakov
This patch removes 0-size libgomp stubs where generic implementations can be compiled for the NVPTX target. It also removes non-stub critical.c, which contains assembly implementations for GOMP_atomic_{start,end}, but does not contain implementations for GOMP_critical_*. My understanding is that