1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-13 03:09:51 +03:00
aports/community/darktable/disable-missing-musl-simd-symbol.patch

33 lines
875 B
Diff

diff --git a/src/develop/openmp_maths.h b/src/develop/openmp_maths.h
index a3d466b..0428431 100644
--- a/src/develop/openmp_maths.h
+++ b/src/develop/openmp_maths.h
@@ -38,7 +38,7 @@ extern float fminf(const float x, const float y);
DT_OMP_DECLARE_SIMD()
extern float fabsf(const float x);
-DT_OMP_DECLARE_SIMD()
+//DT_OMP_DECLARE_SIMD()
extern float powf(const float x, const float y);
DT_OMP_DECLARE_SIMD()
@@ -47,16 +47,16 @@ extern float sqrtf(const float x);
DT_OMP_DECLARE_SIMD()
extern float cbrtf(const float x);
-DT_OMP_DECLARE_SIMD()
+//DT_OMP_DECLARE_SIMD()
extern float log2f(const float x);
-DT_OMP_DECLARE_SIMD()
+//DT_OMP_DECLARE_SIMD()
extern float exp2f(const float x);
DT_OMP_DECLARE_SIMD()
extern float log10f(const float x);
-DT_OMP_DECLARE_SIMD()
+//DT_OMP_DECLARE_SIMD()
extern float expf(const float x);
DT_OMP_DECLARE_SIMD()