sointu/templates/amd64-386
2021-03-28 16:52:58 +03:00
..
arithmetic.asm feat(compiler): Add support for targeting WebAssembly. 2020-12-26 23:16:18 +02:00
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 feat(compiler): Add support for targeting WebAssembly. 2020-12-26 23:16:18 +02:00
library.h feat(compiler): Add support for targeting WebAssembly. 2020-12-26 23:16:18 +02:00
output_sound.asm feat(sointu): remove 16-bit output toggle from song; make it compile time option 2021-01-05 18:08:13 +02:00
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 feat(compiler): Add support for targeting WebAssembly. 2020-12-26 23:16:18 +02:00