Skip to content

Commit 696d711

Browse files
jamierpondserge-sans-paille
authored andcommitted
Update xsimd_scalar.hpp
1 parent 83853c1 commit 696d711

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/xsimd/arch/xsimd_scalar.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ namespace xsimd
441441
return !(x0 == x1);
442442
}
443443

444-
#if defined(_GNU_SOURCE) && !defined(__APPLE__) && !defined(__MINGW32__)
444+
#if defined(_GNU_SOURCE) && !defined(__APPLE__) && !defined(__MINGW32__) && !defined(__ANDROID__)
445445
inline float exp10(const float& x) noexcept
446446
{
447447
return ::exp10f(x);

0 commit comments

Comments
 (0)