citra/src/tests
Vitor Kiguchi 5a9bb045d7 tests: fix shader_jit_compiler and add pica_float
The Uniform Read and Address Register Offset ran into precision
differences between f32 and f24, which can be easily fixed and
are not the point of the tests.
As for the LG2 and EX2 tests that were failing, they were wrong.
While it is true that 2^79.7 ~= 1e24, the value is bigger than the
biggest representable value in f24, therefore both EX2 and LG2(?)
should result in Inf.
2024-01-23 01:19:19 -03:00
..
audio_core tests: Port merry's audio tests (#7354) 2024-01-21 05:16:00 +01:00
common code: Use std::span where appropriate (#6658) 2023-07-07 01:52:40 +03:00
core kernel: Update to use atmosphere macros and correct Result (#7242) 2023-12-31 09:01:40 -08:00
video_core tests: fix shader_jit_compiler and add pica_float 2024-01-23 01:19:19 -03:00
CMakeLists.txt tests: fix shader_jit_compiler and add pica_float 2024-01-23 01:19:19 -03:00
precompiled_headers.h Port yuzu-emu/yuzu#9300: "CMake: Use precompiled headers to improve compile times" (#6213) 2022-12-17 16:06:38 +01:00