mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2025-12-28 14:40:26 +00:00
12 lines
485 B
Diff
12 lines
485 B
Diff
--- a/third_party/xsimd/include/xsimd/arch/xsimd_scalar.hpp
|
|
+++ b/third_party/xsimd/include/xsimd/arch/xsimd_scalar.hpp
|
|
@@ -441,7 +441,7 @@
|
|
return !(x0 == x1);
|
|
}
|
|
|
|
-#if defined(_GNU_SOURCE) && !defined(__APPLE__) && !defined(__MINGW32__) && !defined(__ANDROID__)
|
|
+#if defined(_GNU_SOURCE) && !defined(__APPLE__) && !defined(__MINGW32__) && !defined(__ANDROID__) && !defined(__TERMUX__)
|
|
inline float exp10(const float& x) noexcept
|
|
{
|
|
return ::exp10f(x);
|