[gambit-list] Some floating-point benchmarks

Bradley Lucier lucier at math.purdue.edu
Wed Apr 18 18:29:55 EDT 2018


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



More information about the Gambit-list mailing list