@@ -139,9 +139,7 @@ FUNC_FUNC(max, fortran_integer16, ompi_fortran_integer16_t)
139139/* Floating point */
140140FUNC_FUNC (max , float , float )
141141FUNC_FUNC (max , double , double )
142- #if HAVE_LONG_DOUBLE
143142FUNC_FUNC (max , long_double , long double )
144- #endif
145143#if OMPI_HAVE_FORTRAN_REAL
146144FUNC_FUNC (max , fortran_real , ompi_fortran_real_t )
147145#endif
@@ -199,9 +197,7 @@ FUNC_FUNC(min, fortran_integer16, ompi_fortran_integer16_t)
199197/* Floating point */
200198FUNC_FUNC (min , float , float )
201199FUNC_FUNC (min , double , double )
202- #if HAVE_LONG_DOUBLE
203200FUNC_FUNC (min , long_double , long double )
204- #endif
205201#if OMPI_HAVE_FORTRAN_REAL
206202FUNC_FUNC (min , fortran_real , ompi_fortran_real_t )
207203#endif
@@ -256,9 +252,7 @@ OP_FUNC(sum, fortran_integer16, ompi_fortran_integer16_t, +=)
256252/* Floating point */
257253OP_FUNC (sum , float , float , + = )
258254OP_FUNC (sum , double , double , + = )
259- #if HAVE_LONG_DOUBLE
260255OP_FUNC (sum , long_double , long double , + = )
261- #endif
262256#if OMPI_HAVE_FORTRAN_REAL
263257OP_FUNC (sum , fortran_real , ompi_fortran_real_t , + = )
264258#endif
@@ -278,15 +272,9 @@ OP_FUNC(sum, fortran_real8, ompi_fortran_real8_t, +=)
278272OP_FUNC (sum , fortran_real16 , ompi_fortran_real16_t , + = )
279273#endif
280274/* Complex */
281- #if HAVE_FLOAT__COMPLEX
282275OP_FUNC (sum , c_float_complex , float _Complex , + = )
283- #endif
284- #if HAVE_DOUBLE__COMPLEX
285276OP_FUNC (sum , c_double_complex , double _Complex , + = )
286- #endif
287- #if HAVE_LONG_DOUBLE__COMPLEX
288277OP_FUNC (sum , c_long_double_complex , long double _Complex , + = )
289- #endif
290278
291279/*************************************************************************
292280 * Product
@@ -323,9 +311,7 @@ OP_FUNC(prod, fortran_integer16, ompi_fortran_integer16_t, *=)
323311/* Floating point */
324312OP_FUNC (prod , float , float , * = )
325313OP_FUNC (prod , double , double , * = )
326- #if HAVE_LONG_DOUBLE
327314OP_FUNC (prod , long_double , long double , * = )
328- #endif
329315#if OMPI_HAVE_FORTRAN_REAL
330316OP_FUNC (prod , fortran_real , ompi_fortran_real_t , * = )
331317#endif
@@ -345,15 +331,9 @@ OP_FUNC(prod, fortran_real8, ompi_fortran_real8_t, *=)
345331OP_FUNC (prod , fortran_real16 , ompi_fortran_real16_t , * = )
346332#endif
347333/* Complex */
348- #if HAVE_FLOAT__COMPLEX
349334OP_FUNC (prod , c_float_complex , float _Complex , * = )
350- #endif
351- #if HAVE_DOUBLE__COMPLEX
352335OP_FUNC (prod , c_double_complex , double _Complex , * = )
353- #endif
354- #if HAVE_LONG_DOUBLE__COMPLEX
355336OP_FUNC (prod , c_long_double_complex , long double _Complex , * = )
356- #endif
357337
358338/*************************************************************************
359339 * Logical AND
@@ -550,9 +530,7 @@ LOC_STRUCT(double_int, double, int)
550530LOC_STRUCT (long_int , long , int )
551531LOC_STRUCT (2 int , int , int )
552532LOC_STRUCT (short_int , short , int )
553- #if HAVE_LONG_DOUBLE
554533LOC_STRUCT (long_double_int , long double , int )
555- #endif
556534
557535/*************************************************************************
558536 * Max location
@@ -572,9 +550,7 @@ LOC_FUNC(maxloc, double_int, >)
572550LOC_FUNC (maxloc , long_int , > )
573551LOC_FUNC (maxloc , 2 int , > )
574552LOC_FUNC (maxloc , short_int , > )
575- #if HAVE_LONG_DOUBLE
576553LOC_FUNC (maxloc , long_double_int , > )
577- #endif
578554
579555/*************************************************************************
580556 * Min location
@@ -594,9 +570,7 @@ LOC_FUNC(minloc, double_int, <)
594570LOC_FUNC (minloc , long_int , < )
595571LOC_FUNC (minloc , 2 int , < )
596572LOC_FUNC (minloc , short_int , < )
597- #if HAVE_LONG_DOUBLE
598573LOC_FUNC (minloc , long_double_int , < )
599- #endif
600574
601575
602576/*
@@ -719,9 +693,7 @@ FUNC_FUNC_3BUF(max, fortran_integer16, ompi_fortran_integer16_t)
719693/* Floating point */
720694FUNC_FUNC_3BUF (max , float , float )
721695FUNC_FUNC_3BUF (max , double , double )
722- #if HAVE_LONG_DOUBLE
723696FUNC_FUNC_3BUF (max , long_double , long double )
724- #endif
725697#if OMPI_HAVE_FORTRAN_REAL
726698FUNC_FUNC_3BUF (max , fortran_real , ompi_fortran_real_t )
727699#endif
@@ -779,9 +751,7 @@ FUNC_FUNC_3BUF(min, fortran_integer16, ompi_fortran_integer16_t)
779751/* Floating point */
780752FUNC_FUNC_3BUF (min , float , float )
781753FUNC_FUNC_3BUF (min , double , double )
782- #if HAVE_LONG_DOUBLE
783754FUNC_FUNC_3BUF (min , long_double , long double )
784- #endif
785755#if OMPI_HAVE_FORTRAN_REAL
786756FUNC_FUNC_3BUF (min , fortran_real , ompi_fortran_real_t )
787757#endif
@@ -836,9 +806,7 @@ OP_FUNC_3BUF(sum, fortran_integer16, ompi_fortran_integer16_t, +)
836806/* Floating point */
837807OP_FUNC_3BUF (sum , float , float , + )
838808OP_FUNC_3BUF (sum , double , double , + )
839- #if HAVE_LONG_DOUBLE
840809OP_FUNC_3BUF (sum , long_double , long double , + )
841- #endif
842810#if OMPI_HAVE_FORTRAN_REAL
843811OP_FUNC_3BUF (sum , fortran_real , ompi_fortran_real_t , + )
844812#endif
@@ -858,15 +826,9 @@ OP_FUNC_3BUF(sum, fortran_real8, ompi_fortran_real8_t, +)
858826OP_FUNC_3BUF (sum , fortran_real16 , ompi_fortran_real16_t , + )
859827#endif
860828/* Complex */
861- #if HAVE_FLOAT__COMPLEX
862829OP_FUNC_3BUF (sum , c_float_complex , float _Complex , + )
863- #endif
864- #if HAVE_DOUBLE__COMPLEX
865830OP_FUNC_3BUF (sum , c_double_complex , double _Complex , + )
866- #endif
867- #if HAVE_LONG_DOUBLE__COMPLEX
868831OP_FUNC_3BUF (sum , c_long_double_complex , long double _Complex , + )
869- #endif
870832
871833/*************************************************************************
872834 * Product
@@ -903,9 +865,7 @@ OP_FUNC_3BUF(prod, fortran_integer16, ompi_fortran_integer16_t, *)
903865/* Floating point */
904866OP_FUNC_3BUF (prod , float , float , * )
905867OP_FUNC_3BUF (prod , double , double , * )
906- #if HAVE_LONG_DOUBLE
907868OP_FUNC_3BUF (prod , long_double , long double , * )
908- #endif
909869#if OMPI_HAVE_FORTRAN_REAL
910870OP_FUNC_3BUF (prod , fortran_real , ompi_fortran_real_t , * )
911871#endif
@@ -925,15 +885,9 @@ OP_FUNC_3BUF(prod, fortran_real8, ompi_fortran_real8_t, *)
925885OP_FUNC_3BUF (prod , fortran_real16 , ompi_fortran_real16_t , * )
926886#endif
927887/* Complex */
928- #if HAVE_FLOAT__COMPLEX
929888OP_FUNC_3BUF (prod , c_float_complex , float _Complex , * )
930- #endif
931- #if HAVE_DOUBLE__COMPLEX
932889OP_FUNC_3BUF (prod , c_double_complex , double _Complex , * )
933- #endif
934- #if HAVE_LONG_DOUBLE__COMPLEX
935890OP_FUNC_3BUF (prod , c_long_double_complex , long double _Complex , * )
936- #endif
937891
938892/*************************************************************************
939893 * Logical AND
@@ -1131,9 +1085,7 @@ LOC_STRUCT_3BUF(double_int, double, int)
11311085LOC_STRUCT_3BUF(long_int, long, int)
11321086LOC_STRUCT_3BUF(2int, int, int)
11331087LOC_STRUCT_3BUF(short_int, short, int)
1134- #if HAVE_LONG_DOUBLE
11351088LOC_STRUCT_3BUF(long_double_int, long double, int)
1136- #endif
11371089*/
11381090
11391091/*************************************************************************
@@ -1154,9 +1106,7 @@ LOC_FUNC_3BUF(maxloc, double_int, >)
11541106LOC_FUNC_3BUF (maxloc , long_int , > )
11551107LOC_FUNC_3BUF (maxloc , 2 int , > )
11561108LOC_FUNC_3BUF (maxloc , short_int , > )
1157- #if HAVE_LONG_DOUBLE
11581109LOC_FUNC_3BUF (maxloc , long_double_int , > )
1159- #endif
11601110
11611111/*************************************************************************
11621112 * Min location
@@ -1176,9 +1126,7 @@ LOC_FUNC_3BUF(minloc, double_int, <)
11761126LOC_FUNC_3BUF (minloc , long_int , < )
11771127LOC_FUNC_3BUF (minloc , 2 int , < )
11781128LOC_FUNC_3BUF (minloc , short_int , < )
1179- #if HAVE_LONG_DOUBLE
11801129LOC_FUNC_3BUF (minloc , long_double_int , < )
1181- #endif
11821130
11831131/*
11841132 * Helpful defines, because there's soooo many names!
0 commit comments