- 27 Apr, 2016 4 commits
-
-
Andreas Marek authored
-
Andreas Marek authored
-
Andreas Marek authored
-
Andreas Marek authored
-
- 26 Apr, 2016 8 commits
-
-
Andreas Marek authored
-
Andreas Marek authored
-
Andreas Marek authored
-
Andreas Marek authored
-
Andreas Marek authored
-
Andreas Marek authored
-
Andreas Marek authored
Automake does not easily allow to use the same source in a libtool library and in a program
-
Andreas Marek authored
-
- 25 Apr, 2016 8 commits
-
-
Andreas Marek authored
-
Andreas Marek authored
-
Andreas Marek authored
This solves issue #14
-
Andreas Marek authored
-
Andreas Marek authored
-
Andreas Marek authored
-
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
-
Andreas Marek authored
The sub-kernels _8_ and _4_ were wrong This also solves problems with single precision SSE Block 6 kernel, since it also uses the Block 4 kernel
-
- 24 Apr, 2016 2 commits
-
-
Andreas Marek authored
The correct type is "float complex" for single precision, not "complex". Double precision should be "double complex" This closes issue #17
-
Andreas Marek authored
-
- 23 Apr, 2016 6 commits
-
-
Andreas Marek authored
-
Andreas Marek authored
-
Andreas Marek authored
-
Andreas Marek authored
-
Andreas Marek authored
-
Andreas Marek authored
In case of SSE/AVX/AVX2 it could happen that more than one kernel (since some depend on other kernels, e.g. block 6 on block 4 and block 2) were called
-
- 22 Apr, 2016 8 commits
-
-
Andreas Marek authored
-
Andreas Marek authored
-
Andreas Marek authored
-
Andreas Marek authored
-
Andreas Marek authored
-
Andreas Marek authored
-
Andreas Marek authored
-
Andreas Marek authored
setting default kernels This fixes issue #16: due to a mess in setting the default kernels, several kernels were called at the same time, which produces wrong results
-
- 21 Apr, 2016 4 commits
-
-
Andreas Marek authored
-
Andreas Marek authored
-
Andreas Marek authored
The issue why these test programs are simply not build has to be investigated
-
Andreas Marek authored
-