From: Jeff Genovy <29107334+jefgen@users.noreply.github.com> Date: Sun, 18 Nov 2018 22:06:21 +0000 (-0800) Subject: ICU-20279 Remove MSVC specific macro _ARM64_ X-Git-Tag: release-64-rc~200 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3db38553ad40e1efeff09b3a3c65d106c645b15c;p=icu ICU-20279 Remove MSVC specific macro _ARM64_ Remove unneeded check for MSVC internal _ARM64_ macro in normlzr.cpp --- diff --git a/icu4c/source/common/normlzr.cpp b/icu4c/source/common/normlzr.cpp index 607660c45f1..2dea0ffc33c 100644 --- a/icu4c/source/common/normlzr.cpp +++ b/icu4c/source/common/normlzr.cpp @@ -23,7 +23,7 @@ #include "normalizer2impl.h" #include "uprops.h" // for uniset_getUnicode32Instance() -#if defined(_ARM64_) && defined(move32) +#if defined(move32) // System can define move32 intrinsics, but the char iters define move32 method // using same undef trick in headers, so undef here to re-enable the method. #undef move32