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
2025-09-29 08:36:17 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
fe0b94cd2726a678111287bf1f985211b0af36a7
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
…
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
…
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
…