Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 439 Bytes

README.md

File metadata and controls

5 lines (5 loc) · 439 Bytes

[ARCHIVE/2008] Matrix multiplication / SSE2 / x86

  • 32-bit assembly routine for general MATRIX MULTIPLICATION using SSE2,
  • ARCHIVAL code written in 2008,
  • the code is OUTDATED - X86-64 and probably AVX should be used in 2020,
  • released as PUBLIC DOMAIN - use for any purpose.