Disable floating-point vector primitives too.
authorTaylor R Campbell <campbell@mumble.net>
Tue, 15 Jan 2019 03:18:32 +0000 (03:18 +0000)
committerTaylor R Campbell <campbell@mumble.net>
Wed, 21 Aug 2019 21:34:01 +0000 (21:34 +0000)
Until we have open-coded floating-point arithmetic.

src/compiler/machines/aarch64/machine.scm

index 6548e90d45cb7a403dd495fec328465b61ad9731..0fe2c5156f8fb20fac7e50c1815d4a8d3eff74b1 100644 (file)
@@ -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