R2026.05.1 - filtrowanie obrazu przy pomocy SSE

This commit is contained in:
2026-05-20 16:20:01 +02:00
parent 3db92e93f4
commit 35853aa4ff
27 changed files with 651 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
all: png
png: png.c filter.s timestamp64.s
gcc -g -lpng -O3 -no-pie png.c filter.s timestamp64.s -o png
clean:
rm png