Enable GroupVarint on Arm64
authorzhangkehong2brad <zhangkehong@huawei.com>
Thu, 14 Jul 2016 18:09:26 +0000 (11:09 -0700)
committerFacebook Github Bot 1 <facebook-github-bot-1-bot@fb.com>
Thu, 14 Jul 2016 18:23:31 +0000 (11:23 -0700)
Summary: Closes https://github.com/facebook/folly/pull/430

Reviewed By: yfeldblum

Differential Revision: D3558454

Pulled By: Orvid

fbshipit-source-id: 8a69b4db31b73806b770fbcf15663411140a04f0

folly/GroupVarint.h

index 2dfb09b6e4b964258abaf283fedb50d9c0eaeb07..0e8f5edd74dc89544f54e3385cb1ffbd24e62b21 100644 (file)
@@ -22,7 +22,7 @@
 
 #include <folly/Portability.h>
 
-#if FOLLY_X64 || defined(__i386__) || FOLLY_PPC64
+#if FOLLY_X64 || defined(__i386__) || FOLLY_PPC64 || FOLLY_A64
 #define HAVE_GROUP_VARINT 1
 
 #include <cstdint>