1
1

Merge pull request #3994 from hppritcha/topic/swat_issue_3968

oshmem: fix issue with shmem_g c11 generics
Этот коммит содержится в:
Howard Pritchard 2017-08-01 11:29:14 -06:00 коммит произвёл GitHub
родитель a7a30424cb 1d612da1cb
Коммит b0c82737c5

Просмотреть файл

@ -298,7 +298,7 @@ OSHMEM_DECLSPEC long long shmem_longlong_g(const long long* addr, int pe);
OSHMEM_DECLSPEC long double shmem_longdouble_g(const long double* addr, int pe);
#if OSHMEM_HAVE_C11
#define shmem_g(addr, pe) \
_Generic(&*(dst), \
_Generic(&*(addr), \
char*: shmem_char_g, \
short*: shmem_short_g, \
int*: shmem_int_g, \