Re: [PING] [PATCH, libgomp, openacc] Factor out async argument utility functions

2018-05-09 Thread Tom de Vries
On 05/01/2018 10:50 PM, Tom de Vries wrote: On 11/17/2017 02:18 PM, Tom de Vries wrote: Hi, I've factored out 3 new functions to test properties of enum acc_async_t: ... typedef enum acc_async_t {    /* Keep in sync with include/gomp-constants.h.  */    acc_async_noval = -1,    acc_async_sync 

[PING] [PATCH, libgomp, openacc] Factor out async argument utility functions

2018-05-01 Thread Tom de Vries
On 11/17/2017 02:18 PM, Tom de Vries wrote: Hi, I've factored out 3 new functions to test properties of enum acc_async_t: ... typedef enum acc_async_t {   /* Keep in sync with include/gomp-constants.h.  */   acc_async_noval = -1,   acc_async_sync  = -2 } acc_async_t; ... In order to underst

[PATCH, libgomp, openacc] Factor out async argument utility functions

2017-11-17 Thread Tom de Vries
Hi, I've factored out 3 new functions to test properties of enum acc_async_t: ... typedef enum acc_async_t { /* Keep in sync with include/gomp-constants.h. */ acc_async_noval = -1, acc_async_sync = -2 } acc_async_t; ... In order to understand what this means: ... if (async < acc_async