dhewm3/neo/idlib
Daniel Gibson 12fa3eb814 Disable broken idSIMD_SSE::UpSampleOGGTo44kHz()
It corrupted the stack when called with buffers allocated on the stack
and numSamples that are not a multiple of four, apparently, by writing
4 floats too many, at least in the 22KHz Stereo case..

This caused the crash described in
  https://github.com/dhewm/dhewm3/issues/303#issuecomment-678809662

Now it just uses the generic C code, like all platforms besides MSVC/x86
already do.
2020-09-05 20:28:03 +02:00
..
bv
containers List.h needs sys/platform.h for ID_INLINE 2012-11-13 23:28:21 +01:00
geometry Fix pot. Crash in idWinding2D::ExpandForAxialBox() 2018-12-09 04:16:43 +01:00
hashing s/LittleLong/LittleInt/ to match the return type 2012-06-28 13:02:47 +02:00
math Disable broken idSIMD_SSE::UpSampleOGGTo44kHz() 2020-09-05 20:28:03 +02:00
Base64.cpp
Base64.h
BitMsg.cpp s/ReadDeltaLongCounter/ReadDeltaIntCounter/ 2012-06-28 13:52:24 +02:00
BitMsg.h s/ReadDeltaLong/ReadDeltaInt/ 2012-06-28 13:52:25 +02:00
CmdArgs.cpp
CmdArgs.h
Dict.cpp s/LittleLong/LittleInt/ to match the return type 2012-06-28 13:02:47 +02:00
Dict.h
Heap.cpp
Heap.h
LangDict.cpp idLangDict: Workaround for Doom3: Lost Mission stringtables #265 2020-01-05 02:34:53 +01:00
LangDict.h
Lexer.cpp Fixing some spelling errors: s/unkown/unknown, s/seperate/separate. (#107) 2015-02-25 22:01:00 +01:00
Lexer.h
Lib.cpp Unix: On failed assertion, break gracefully into debugger 2015-12-13 03:30:03 +01:00
Lib.h s/BigLong/BigInt/ to match the return type 2012-06-28 13:52:22 +02:00
MapFile.cpp
MapFile.h
Parser.cpp Fix some compiler warnings (wrong types, superfluous checks, printf-fuckup) 2015-09-27 18:12:16 +02:00
Parser.h
Str.cpp Fix handling of paths with dots in dir names, fix #299, #301 2020-07-21 05:58:44 +02:00
Str.h import AROS changes 2017-04-02 00:42:28 +01:00
Timer.cpp
Timer.h
Token.cpp
Token.h