Index: head/science/py-dlib/files/patch-dlib_simd_simd4f.h =================================================================== --- head/science/py-dlib/files/patch-dlib_simd_simd4f.h (nonexistent) +++ head/science/py-dlib/files/patch-dlib_simd_simd4f.h (revision 562567) @@ -0,0 +1,14 @@ +--- dlib/simd/simd4f.h.orig 2021-01-11 12:18:36 UTC ++++ dlib/simd/simd4f.h +@@ -524,6 +524,11 @@ namespace dlib + + // ---------------------------------------------------------------------------------------- + ++#if defined(DLIB_HAVE_VSX) && !defined(vec_rsqrt) ++extern inline __vector float __attribute__((always_inline)) vec_rsqrt(const __vector float& a) ++ { return vec_div((__vector float){1, 1, 1, 1}, vec_sqrt(a)); } ++#endif ++ + inline simd4f reciprocal_sqrt (const simd4f& item) + { + #ifdef DLIB_HAVE_SSE2 Property changes on: head/science/py-dlib/files/patch-dlib_simd_simd4f.h ___________________________________________________________________ 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