ICU-20279 Remove MSVC specific macro _ARM64_

Remove unneeded check for MSVC internal _ARM64_ macro in normlzr.cpp
This commit is contained in:
Jeff Genovy 2018-11-18 14:06:21 -08:00
parent c30cd07c7e
commit 3db38553ad

View file

@ -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