[GITHUB] Add MSVC ARM64 builder

This builds only some applications for now.

CORE-17518
This commit is contained in:
Stanislav Motylkov 2022-05-25 18:38:41 +03:00
parent 4363e74ddc
commit 8b55d712a7
No known key found for this signature in database
GPG key ID: AFE513258CBA9E92
3 changed files with 18 additions and 5 deletions

View file

@ -162,7 +162,7 @@
# if defined (_MIPSEB) || defined (__sparc) || defined (_AIX) || \
defined (__hpux) || defined (macintosh) || defined (_MAC)
# define _STLP_BIG_ENDIAN 1
# elif defined (__i386) || defined (_M_IX86) || defined (_M_ARM) || \
# elif defined (__i386) || defined (_M_IX86) || defined (_M_ARM) || defined (_M_ARM64) || \
defined (__amd64__) || defined (_M_AMD64) || defined (__x86_64__) || \
defined (__alpha__)
# define _STLP_LITTLE_ENDIAN 1