On 04/18/2018 06:26 PM, Marc Feeley wrote:
Yes the benchmarks use the (FLOATvector-ref v x) macro which maps to (vector-ref v x) or (f64vector-ref v x) depending on the f64vector support of the Scheme implementation. Should be easy to change your (f64vector-ref v x) into (FLOATvector-ref v x).
The code that translates FLOATvector-ref to f64vector-ref is commented out in all prefix files. Is that intended?
Brad