matmul.c

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

commit 25ddb45ce8dd8da044056d27bbc564863d01c943
parent 501a43674b8aa5675c059c08ff3584264aec4d05
Author: finwo <finwo@pm.me>
Date:   Sat, 18 Apr 2026 20:29:10 +0200

Include acceleration flags in export.mk

Diffstat:
Mexport.mk | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/export.mk b/export.mk @@ -1 +1,3 @@ +CFLAGS+=-mfma -mavx2 -mavxvnni -mavx512f -mavx512vnni -mavx512bw -fopenmp + SRC+={{module.dirname}}/src/matmul.c