xenia/src/xenia/apu
Triang3l a3304d252f [Base/GPU] Cleanup float comparisons and NaN and -0 in clamping
C++ relational operators are supposed to raise FE_INVALID if an argument is
NaN, use std::isless/greater[equal] instead where they were easy to locate
(though there are other places possibly, mostly min/max and clamp usage was
checked).

Also fixes a copy-paste error making the CPU shader interpreter execute
MINs as MAXs instead.
2024-05-12 19:21:37 +03:00
..
nop [App] Simplify and improve factory template. 2019-08-03 17:36:50 -05:00
sdl [APU, SDL] Refactor sample submission 2021-06-12 18:57:39 +03:00
xaudio2 [APU] Manage XAudio 2.8 lifecycle in MTA thread + error handling cleanup 2021-12-12 17:05:01 +03:00
apu_flags.cc Clean up cvars (rename, recategorize). 2019-08-03 23:46:03 -05:00
apu_flags.h Replace all gflag implementations with cvar implementations 2019-08-03 02:34:07 +02:00
audio_driver.cc Removing apu/ deps on Emulator. 2015-08-18 10:54:56 -07:00
audio_driver.h Removing apu/ deps on Emulator. 2015-08-18 10:54:56 -07:00
audio_system.cc [Base] Check success of sync primitive creation 2022-03-08 12:17:57 -06:00
audio_system.h Refactor FourCC magic uses 2021-06-02 22:28:43 -05:00
conversion.h [APU] Add AVX intrinsic variants for conversion 2021-06-12 18:57:39 +03:00
debug_visualizers.natvis More improvements to the XMA decoder (and included some forgotten files) 2015-08-29 21:18:04 -05:00
premake5.lua Replace references to libav. 2021-05-01 12:41:02 -05:00
xma_context.cc [Base/GPU] Cleanup float comparisons and NaN and -0 in clamping 2024-05-12 19:21:37 +03:00
xma_context.h [APU] XMA: Fix audio loop handling. 2022-01-29 02:49:00 -06:00
xma_decoder.cc [Base] Check success of sync primitive creation 2022-03-08 12:17:57 -06:00
xma_decoder.h [APU] XMA register table cleanup, documentation. 2021-06-28 20:32:52 -05:00
xma_helpers.h [APU] Rewrite XMA packet parser 2021-05-01 12:41:02 -05:00
xma_register_file.cc [APU] XMA register table cleanup, documentation. 2021-06-28 20:32:52 -05:00
xma_register_file.h [APU] XMA register table cleanup, documentation. 2021-06-28 20:32:52 -05:00
xma_register_table.inc [APU] XMA register table cleanup, documentation. 2021-06-28 20:32:52 -05:00