-
Andreas Marek authored
In case of single precision calculations the stripe_width needs to be a multiple, which differs from the double precision by a factor of 2 since one needs 32 bytes alignment and the sizeof(float) and sizeof(double) is different by a factor of two This commit closes issue #18