4x4 single-precision matrix product with SSE
Nicolas Bock <[email protected]> Fri, 11 Mar 2011 15:49:52 -0700
| Newsgroups | org.kernel.vger.linux-assembly |
|---|---|
| Message-ID | <[email protected]> |
Hello list, I am writing an assembly function that multiplies 2 4x4 single precision matrices. I wrote 2 versions, one using SSE the other using SSE4.1. What surprised me is that the SSE4.1 version fails to beat the SSE version, it is in fact slightly slower. Is this the right place to ask for help? If anyone is interested I can post some code which would maybe clarify the situation a bit. If this is not the right place, please ignore me... nick
signature.asc
(application/pgp-signature, 262 B)
-----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.17 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk16pxAACgkQf15tZKyRylKs5QCg+IcsUYRO+idK8D37FNbnWp3d tLIAn3eXnHMjHJtLNjTd1hZVNMr4TLj6 =bhE6 -----END PGP SIGNATURE-----