HULL/code/asm
Simon McVittie dc00968bc1 client: Remove i386 GNU assembler version of S_WriteLinearBlastStereo16()
This was the last remaining GNU assembler code that was in its own
independent source file, as opposed to being embedded in C code with
GNU `__asm__ volatile` or MSVC `__asm` (which tends to be much easier
to deal with in a modern build system).

When the Quake 3 engine was originally written, this might have been
an "expensive" function when written in portable C, but after 25 years
of CPU development it's less likely to matter (and modern compilers
might produce faster results from the C code anyway).

Resolves: https://github.com/ioquake/ioq3/issues/778
Signed-off-by: Simon McVittie <smcv@debian.org>
2025-08-23 21:23:03 +01:00
..
ftola.asm Fix compile error with ml64 assembler 2014-12-07 03:40:52 +01:00
ftola.c Upgrades to Xcode project and Apple Silicon support 2021-07-06 17:30:27 -05:00
qasm-inline.h Fix #if macros for idx64 and id386 2011-06-15 14:10:20 +00:00
snapvector.asm Remove unused fpucw from snapvector.asm 2015-07-09 18:35:45 -05:00
snapvector.c Upgrades to Xcode project and Apple Silicon support 2021-07-06 17:30:27 -05:00
vm_x86_64.asm Allow unwinding of qvmcall64 call-stub for msvc/masm 2021-06-23 18:01:53 +01:00