Use GEMM_MULTITHREAD_THRESHOLD as a number of ops
authorJerome Robert <jeromerobert@gmx.com>
Sun, 24 Jan 2016 09:30:50 +0000 (10:30 +0100)
committerJerome Robert <jeromerobert@gmx.com>
Sun, 24 Jan 2016 10:31:40 +0000 (11:31 +0100)
commit1fe3aab047df22b6f0e597d09f018f39429ed31d
tree373b192fae6dd8deb5866c90e8b35e55fd056a51
parent1a1935507b111e98e546ca8b38638f58773be340
Use GEMM_MULTITHREAD_THRESHOLD as a number of ops

...not a matrix size. For GEMM_MULTITHREAD_THRESHOLD=4
(the default value) this does not change anything but
for other values it make the GEMM and GEMV thresholds
changing in the same way.

Close #742
interface/gemv.c
interface/zgemv.c