Clément Pernet
Clément Pernet
Sorry, but I can't reproduce this bug. I tried with the same configure options (namely disabling all intrinsics except sse and sse2, precompilation enabled, and static lib disabled): - on...
I have investigated on how to improve the permutations. The code is in branch regressionPLUQ. I wrote a short note on the alternative algorithms and experiments : http://membres-liglab.imag.fr/pernet/Publications/pluq_permut.pdf
Watch out: benchmark-pluq on master currently uses ZRing as a field. It should be reverted to ModularBalanced.
Applying the branch makes fflas-ffpack require autoconf v2.71 to be built from source tree. This is a much too recent version (e.g. not in Debian stable) to make the move...
I fixed the dependency to givaro v4.1.2 and incremented givaro upstream version to 4.1.2alpha. As for the presence of a maintenance branch, we don't have one, as we keep releasing...
Let me mark this issue as wontfix, and close it at the next release of givaro and fflas-ffpack which we are working on.
Catching with this thread. Thanks for catching this bug. I was clueless as I did not have access to big endian archs. As you all seem to consider that PR...
Commit d8cd67d is likely to have fixed it.
Won't fix for the coming release: not sure anyone is using this piece of code currently. If you are, please step-up.
Hi, Several comments regarding the use of GFqDom in fflas-ffpack: - GFqDom has maxCardinality set to 65536, hence whenever it represents a prime field (e=1), then it can safely be...