Changeset 14707


Ignore:
Timestamp:
Apr 12, 2011, 12:56:07 AM (14 years ago)
Author:
Gary Byers
Message:

MISC-REF-C-DOUBLE-FLOAT: need to scale the index.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/compiler/ARM/arm-vinsns.lisp

    r14557 r14707  
    176176     ((low (:u32 #.arm::imm0))
    177177      (high (:u32 #.arm::imm1))))
    178   (ldrd low (:@ v (:$ idx)))
     178  (ldrd low (:@ v (:$ (:apply + arm::misc-dfloat-offset (:apply ash idx 3)))))
    179179  (fmdrr dest low high))
    180180
Note: See TracChangeset for help on using the changeset viewer.