matmul.c

Matrix multiplication helper library
git clone git://git.finwo.net/lib/matmul.c
Log | Files | Refs | README | LICENSE

DateCommit messageAuthorFiles+-
2026-04-23 12:31Simplified main macrofinwo2+52-62
2026-04-21 21:11F it, sequential macros it isfinwo1+13-12
2026-04-21 20:23More verbose macros to not interface with calling codefinwo1+17-17
2026-04-21 19:35Macro tested nowfinwo2+374-3
2026-04-21 18:12Fix generic generationfinwo1+26-46
2026-04-21 16:33Public apifinwo1+46-18
2026-04-20 15:47More performance improvementsfinwo1+684-140
2026-04-20 00:15Unroll by 4 for more performancefinwo1+136-36
2026-04-20 00:07float performance increasefinwo1+200-56
2026-04-19 14:26f32/f64 initial implementationfinwo5+1070-11
2026-04-18 20:03Re-implement scalingfinwo2+116-3
2026-04-18 18:29Include acceleration flags in export.mkfinwo1+2-0
2026-04-18 17:41avx512-vnni optimizationsfinwo1+52-62
2026-04-18 16:45Functionalfinwo6+417-3899
2026-04-18 02:36Hard-define the desired public apifinwo2+22-153
2026-04-17 17:51Fix cflagsfinwo1+3-1
2026-04-16 21:54Isolate public apifinwo3+193-137
2026-04-16 21:30Re-add vnni accelfinwo2+1747-689
2026-04-16 12:50simd initfinwo3+310-29
2026-04-16 10:43Add openmp supportfinwo1+196-0
2026-04-16 07:55Include license in src files to comply even if bare files copiedfinwo3+77-3
2026-04-16 00:01Initial readmefinwo1+134-0
2026-04-15 23:47Init project commonsfinwo4+56-0
2026-04-15 23:34Project initfinwo10+2981-0