From e851445e4bdc60ad476239067853846003f3aa40 Mon Sep 17 00:00:00 2001 From: Taylor R Campbell Date: Tue, 15 Jan 2019 03:18:32 +0000 Subject: [PATCH] Disable floating-point vector primitives too. Until we have open-coded floating-point arithmetic. --- src/compiler/machines/aarch64/machine.scm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/compiler/machines/aarch64/machine.scm b/src/compiler/machines/aarch64/machine.scm index 6548e90d4..0fe2c5156 100644 --- a/src/compiler/machines/aarch64/machine.scm +++ b/src/compiler/machines/aarch64/machine.scm @@ -535,6 +535,8 @@ USA. DIVIDE-FIXNUM ;nobody open-codes this FIXNUM-LSH ;open-coding not useful without constant operands FLOATING-VECTOR-CONS;nobody open-codes this + FLOATING-VECTOR-REF ;no flonum arithmetic yet + FLOATING-VECTOR-SET!;no flonum arithmetic yet FLONUM-ABS ;no flonum arithmetic yet FLONUM-ACOS ;not useful to open-code hairy math FLONUM-ADD ;no flonum arithmetic yet -- 2.25.1