linux_alpine/edge/darktable/disable-missing-musl-simd-symbol.patch
itmodulo d34006ffa3
All checks were successful
Release Alpine apk for ARM64v8 Edge / compilation-arm64v8 (push) Successful in 1h45m33s
add darktable
2025-06-29 18:12:10 +02:00

33 lines
868 B
Diff
Executable file

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()