]> granicus.if.org Git - icu/commitdiff
ICU-20279 Remove MSVC specific macro _ARM64_
authorJeff Genovy <29107334+jefgen@users.noreply.github.com>
Sun, 18 Nov 2018 22:06:21 +0000 (14:06 -0800)
committerJeff Genovy <29107334+jefgen@users.noreply.github.com>
Wed, 12 Dec 2018 21:55:07 +0000 (13:55 -0800)
Remove unneeded check for MSVC internal _ARM64_ macro in normlzr.cpp

icu4c/source/common/normlzr.cpp

index 607660c45f1139b65fbc87405affdfb72410900f..2dea0ffc33c91daed7e47c086e252158a5d87f19 100644 (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