Found via `codespell -q 3 -w -L ith,als,dum,nd,amin,nto,wis,ba -S ./relapack,./kernel,./lapack-netlib`
I don't have as many benchmarks for these as for gemm, but it should still make a difference for small matrices.
copies daxpy improvement from #27, see #1560
Modify complex CBLAS functions to take void pointers instead of float or double arguments (to bring the prototypes in line with netlib and other implementations' cblas.h)
Signed-off-by: Timothy Gu <timothygu99@gmail.com>