Index: head/science/cdo/files/patch-libcdi_src_cgribexlib.c =================================================================== --- head/science/cdo/files/patch-libcdi_src_cgribexlib.c (nonexistent) +++ head/science/cdo/files/patch-libcdi_src_cgribexlib.c (revision 565415) @@ -0,0 +1,31 @@ +--- libcdi/src/cgribexlib.c.orig 2021-02-16 14:56:42 UTC ++++ libcdi/src/cgribexlib.c +@@ -10,7 +10,7 @@ + #pragma GCC diagnostic warning "-Wstrict-overflow" + #endif + +-#ifdef _ARCH_PWR6 ++#if defined(_ARCH_PWR6) && defined(__GLIBC__) + #pragma options nostrict + #include + #endif +@@ -726,6 +726,19 @@ void sse2_minmax_val_double(const double *restrict buf + #endif // SIMD + + #if defined(_ARCH_PWR6) ++ ++#ifndef __fsel ++static __inline__ double __fsel(double x, double y, double z) ++ __attribute__((always_inline)); ++static __inline__ double ++__fsel(double x, double y, double z) ++{ ++ double r; ++ __asm__("fsel %0,%1,%2,%3" : "=d"(r) : "d"(x),"d"(y),"d"(z)); ++ return r; ++} ++#endif ++ + static + void pwr6_minmax_val_double_unrolled6(const double *restrict data, size_t datasize, double *fmin, double *fmax) + { Property changes on: head/science/cdo/files/patch-libcdi_src_cgribexlib.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property