1
1

Define the fonctions when sizeof(long double) = 8.

This commit was SVN r3272.
Этот коммит содержится в:
George Bosilca 2004-10-21 20:10:33 +00:00
родитель 303c38cde9
Коммит 2273e03af2

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

@ -543,7 +543,9 @@ conversion_fct_t ompi_ddt_copy_functions[DT_MAX_PREDEFINED] = {
#else
#error Complete me please
#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 */
#else
#error Complete me please