> Hi! Crunch questions > 1) In Crunch v0.91 in file crunch.h:316 > > # define crunch_move_and_pin crunch_*mode* > > which seem to be > > # define crunch_move_and_pin crunch_*move* > > *?* > > *2*) In the file crunch.compiler.primitives.scm:1237 make-f32vector, > make-f64vector's second parameter of type *integer* > What's the point? Maybe be *float* as it is default fill value for f32 > f64vectors (like in srfi-4 chicken version)? Maybe it's the same case for > c64, c128 vectors?
Both completely correct. I'll fix the bugs and push a new version presently. Many thanks for reporting this. felix
