Define the fonctions when sizeof(long double) = 8.
This commit was SVN r3272.
Этот коммит содержится в:
родитель
303c38cde9
Коммит
2273e03af2
@ -543,7 +543,9 @@ conversion_fct_t ompi_ddt_copy_functions[DT_MAX_PREDEFINED] = {
|
|||||||
#else
|
#else
|
||||||
#error Complete me please
|
#error Complete me please
|
||||||
#endif
|
#endif
|
||||||
#if (SIZEOF_LONG_DOUBLE + SIZEOF_INT) == 16
|
#if (SIZEOF_LONG_DOUBLE + SIZEOF_INT) == 12
|
||||||
|
(conversion_fct_t)copy_bytes_12, /* DT_LONG_DOUBLE_INT */
|
||||||
|
#elif (SIZEOF_LONG_DOUBLE + SIZEOF_INT) == 16
|
||||||
(conversion_fct_t)copy_bytes_16, /* DT_LONG_DOUBLE_INT */
|
(conversion_fct_t)copy_bytes_16, /* DT_LONG_DOUBLE_INT */
|
||||||
#else
|
#else
|
||||||
#error Complete me please
|
#error Complete me please
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user