HULL/misc/xcode
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
..
botlib.xcodeproj Upgrades to Xcode project and Apple Silicon support 2021-07-06 17:30:27 -05:00
cgame.xcodeproj Upgrades to Xcode project and Apple Silicon support 2021-07-06 17:30:27 -05:00
game.xcodeproj Upgrades to Xcode project and Apple Silicon support 2021-07-06 17:30:27 -05:00
ioquake3 UB2 now signs and notarizes, upgraded to SDL 2.0.16 2021-09-18 18:40:12 -05:00
ioquake3.xcodeproj client: Remove i386 GNU assembler version of S_WriteLinearBlastStereo16() 2025-08-23 21:23:03 +01:00
ioquake3.xcworkspace Upgrades to Xcode project and Apple Silicon support 2021-07-06 17:30:27 -05:00
jpeg8.xcodeproj Upgrades to Xcode project and Apple Silicon support 2021-07-06 17:30:27 -05:00
opus.xcodeproj Restored original opus sse files, excluded from Xcode 2021-07-06 17:30:27 -05:00
renderer_opengl1.xcodeproj Upgrades to Xcode project and Apple Silicon support 2021-07-06 17:30:27 -05:00
renderer_opengl2.xcodeproj Upgrades to Xcode project and Apple Silicon support 2021-07-06 17:30:27 -05:00
ui.xcodeproj Upgrades to Xcode project and Apple Silicon support 2021-07-06 17:30:27 -05:00
ioquake3-Info.plist Upgrades to Xcode project and Apple Silicon support 2021-07-06 17:30:27 -05:00
ioquake3-Prefix.pch Initial Xcode workspace & project support (4.6.3). 2013-07-13 01:06:26 -05:00
xcode-readme.txt Addressed PR suggestions 2021-10-22 10:00:20 -05:00