This website requires JavaScript.
Explore
Help
Sign In
mirror
/
sointu
Watch
1
Star
0
Fork
0
You've already forked sointu
mirror of
https://github.com/vsariola/sointu.git
synced
2026-02-07 08:10:20 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
1ca16043bc1b727a67cf24b5d9377ac71bd5710e
sointu
/
templates
/
amd64-386
History
vsariola
f2f54c1579
optimize(templates): Use {{.DI}} consistently in the sinks to improve compression ratio.
2021-03-28 16:52:58 +03:00
..
arithmetic.asm
…
effects.asm
optimize(templates): use workspace instead of stack for filter temp var, results in less bytes & entropy
2021-03-28 12:37:26 +03:00
flowcontrol.asm
feat: add the ability to use Sointu as a sync-tracker
2021-03-09 23:52:33 +02:00
gmdls.asm
optimize(templates): inline calls to __imp__*File on x86
2021-03-20 16:24:53 +02:00
library.asm
…
library.h
…
output_sound.asm
…
patch.asm
optimize(templates): use pushf / popf to save & recall stereo bit, instead of bt [...]
2021-03-28 12:38:09 +03:00
player.asm
optimize(templates): don't use LEA in player, use MOV
2021-03-21 11:46:51 +02:00
player.h
refactor(templates,tests): make sync an extern instead of parameter to render
2021-03-20 16:23:51 +02:00
sinks.asm
optimize(templates): Use {{.DI}} consistently in the sinks to improve compression ratio.
2021-03-28 16:52:58 +03:00
sources.asm
optimize(templates): replace fld / fmulp with a direct fmul
2021-03-27 16:35:58 +02:00
structs.asm
…