aboutsummaryrefslogtreecommitdiffstats
path: root/compute_ref.c
diff options
context:
space:
mode:
Diffstat (limited to 'compute_ref.c')
-rw-r--r--compute_ref.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/compute_ref.c b/compute_ref.c
index 331fa01..5839d36 100644
--- a/compute_ref.c
+++ b/compute_ref.c
@@ -358,7 +358,7 @@ int main (void)
exec_vrecps ();
exec_vrsqrts ();
-#if defined(__ARMCC_VERSION) || !defined(__arm__)
+#if defined(__ARMCC_VERSION) || (!defined(__arm__) && !defined(__aarch64__))
exec_integer ();
exec_dsp ();
exec_dspfns ();