X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=folly%2FMath.h;h=dc69ee95f20e6275e4dbd33e2e44a44bacf9b0b2;hb=b58cbabb9fb82908107b46de0847cbbd70079c4c;hp=e31335a118032be65c96d7425da6b0f534ea061e;hpb=fa172175980b13569ba42008202a857af6e959dd;p=folly.git diff --git a/folly/Math.h b/folly/Math.h index e31335a1..dc69ee95 100644 --- a/folly/Math.h +++ b/folly/Math.h @@ -104,9 +104,9 @@ using IdivResultType = typename std::enable_if< !std::is_same::value && !std::is_same::value, decltype(N{1} / D{1})>::type; -} +} // namespace detail -#if defined(__arm__) && !FOLLY_A64 +#if defined(__arm__) && !FOLLY_AARCH64 constexpr auto kIntegerDivisionGivesRemainder = false; #else constexpr auto kIntegerDivisionGivesRemainder = true;