git: cff81a266959 - main - science/dlib-cpp: remove the patch that is now committed upstream and breaks the build on powerpc64le
Piotr Kubaj
pkubaj at FreeBSD.org
Sun Apr 11 22:45:42 UTC 2021
The branch main has been updated by pkubaj:
URL: https://cgit.FreeBSD.org/ports/commit/?id=cff81a266959df94829d0950f98ca0a325263ffc
commit cff81a266959df94829d0950f98ca0a325263ffc
Author: Piotr Kubaj <pkubaj at FreeBSD.org>
AuthorDate: 2021-04-11 22:45:40 +0000
Commit: Piotr Kubaj <pkubaj at FreeBSD.org>
CommitDate: 2021-04-11 22:45:40 +0000
science/dlib-cpp: remove the patch that is now committed upstream and breaks the build on powerpc64le
---
science/dlib-cpp/files/patch-dlib_simd_simd4f.h | 14 --------------
1 file changed, 14 deletions(-)
diff --git a/science/dlib-cpp/files/patch-dlib_simd_simd4f.h b/science/dlib-cpp/files/patch-dlib_simd_simd4f.h
deleted file mode 100644
index d95e9cd91c12..000000000000
--- a/science/dlib-cpp/files/patch-dlib_simd_simd4f.h
+++ /dev/null
@@ -1,14 +0,0 @@
---- 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
More information about the dev-commits-ports-all
mailing list