The fasttable parser works on ARM64!

pull/13171/head
Joshua Haberman 4 years ago
parent 50a543de7f
commit 3c9ae7837a
  1. 2
      upb/port_def.inc

@ -136,7 +136,7 @@
/* Configure whether fasttable is switched on or not. *************************/
#if defined(__x86_64__) && defined(__GNUC__)
#if (defined(__x86_64__) || defined(__aarch64__)) && defined(__GNUC__)
#define UPB_FASTTABLE_SUPPORTED 1
#else
#define UPB_FASTTABLE_SUPPORTED 0

Loading…
Cancel
Save