OSHMEM: fixes arg mismatch in c11 macros
Этот коммит содержится в:
родитель
caa1d17672
Коммит
71712df8d1
@ -163,7 +163,7 @@ OSHMEM_DECLSPEC void pshmem_longdouble_iput(long double* target, const long doub
|
||||
long long*: pshmem_longlong_iput, \
|
||||
float*: pshmem_float_iput, \
|
||||
double*: pshmem_double_iput, \
|
||||
long double*: pshmem_longdouble_iput)(dst, src, len, pe)
|
||||
long double*: pshmem_longdouble_iput)(dst, src, tst, sst, len, pe)
|
||||
#endif
|
||||
|
||||
OSHMEM_DECLSPEC void pshmem_iput8(void* target, const void* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe);
|
||||
@ -224,7 +224,7 @@ OSHMEM_DECLSPEC long double pshmem_longdouble_g(const long double* addr, int pe
|
||||
long long*: pshmem_longlong_g, \
|
||||
float*: pshmem_float_g, \
|
||||
double*: pshmem_double_g, \
|
||||
long double*: pshmem_longdouble_g)(addr, val, pe)
|
||||
long double*: pshmem_longdouble_g)(addr, pe)
|
||||
#endif
|
||||
|
||||
/*
|
||||
|
@ -228,7 +228,7 @@ OSHMEM_DECLSPEC void shmem_longdouble_iput(long double* target, const long doubl
|
||||
long long*: shmem_longlong_iput, \
|
||||
float*: shmem_float_iput, \
|
||||
double*: shmem_double_iput, \
|
||||
long double*: shmem_longdouble_iput)(dst, src, len, pe)
|
||||
long double*: shmem_longdouble_iput)(dst, src, tst, sst, len, pe)
|
||||
#endif
|
||||
|
||||
OSHMEM_DECLSPEC void shmem_iput8(void* target, const void* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe);
|
||||
@ -289,7 +289,7 @@ OSHMEM_DECLSPEC long double shmem_longdouble_g(const long double* addr, int pe)
|
||||
long long*: shmem_longlong_g, \
|
||||
float*: shmem_float_g, \
|
||||
double*: shmem_double_g, \
|
||||
long double*: shmem_longdouble_g)(addr, val, pe)
|
||||
long double*: shmem_longdouble_g)(addr, pe)
|
||||
#endif
|
||||
|
||||
/*
|
||||
|
Загрузка…
Ссылка в новой задаче
Block a user