From fc95ed2b9900471922d93c963b263f1f506da167 Mon Sep 17 00:00:00 2001 From: Moritz Pflanzer Date: Wed, 5 Jul 2017 11:07:07 +0100 Subject: COMPMID-415: New framework - base framework [1/5] Change-Id: Icfbfb43321c3bbe6e2aa511dd03a613eed7734a5 Reviewed-on: http://mpd-gerrit.cambridge.arm.com/79760 Tested-by: Kaizen Reviewed-by: Anthony Barbier --- support/ToolchainSupport.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'support') diff --git a/support/ToolchainSupport.h b/support/ToolchainSupport.h index 36b08affb9..1a909d56db 100644 --- a/support/ToolchainSupport.h +++ b/support/ToolchainSupport.h @@ -154,7 +154,7 @@ inline T copysign(T x, T y) { return ::copysign(x, y); } -#else +#else /* __ANDROID__ */ /** Convert integer and float values to string. * * @note This function acts as a convenience wrapper around std::to_string. The @@ -260,7 +260,7 @@ inline T copysign(T x, T y) { return std::copysign(x, y); } -#endif +#endif /* __ANDROID__ */ } // namespace cpp11 namespace cpp14 @@ -307,4 +307,4 @@ make_unique(Args &&...) = delete; } // namespace cpp14 } // namespace support } // namespace arm_compute -#endif +#endif /* ARM_COMPUTE_TEST_TOOLCHAINSUPPORT */ -- cgit v1.2.1