eden/src
lizzie 672c21829b
[core/hle/kernel] Remove redundant TLS load/stores, reuse computed segment+address instead (#3932)
While originally for MSVC, this also should help clang/gcc not die trying to make codegen for the load/store of fields for the tls_data

should help to reuse computed values instead of recomputing shit for no reason

Signed-off-by: lizzie <lizzie@eden-emu.dev>

Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/3932
Reviewed-by: MaranBr <maranbr@eden-emu.dev>
Reviewed-by: CamilleLaVey <camillelavey99@gmail.com>
2026-05-09 05:48:20 +02:00
..
android [dist, android] Update translations from Transifex for May 05 (#3929) 2026-05-05 21:48:58 +02:00
audio_core [cmake] fixes for XCode when having languages other than C/C++ (#3772) 2026-03-26 04:46:43 +01:00
common [common] remove logging thread, simply write in place like a maniac (#3928) 2026-05-09 05:26:17 +02:00
core [core/hle/kernel] Remove redundant TLS load/stores, reuse computed segment+address instead (#3932) 2026-05-09 05:48:20 +02:00
dedicated_room [common/logging] Simplify logging logic and fix issues when logging before system is created (#3688) 2026-03-12 18:29:15 +01:00
dynarmic [dynarmic] remove decode matcher function handlers using std::function<>, use raw function pointers (#3920) 2026-05-09 05:41:41 +02:00
frontend_common [frontend] Built-in auto updater (#3845) 2026-04-28 20:42:23 +02:00
hid_core [hle] handle NPad shared_memory being null on certain updates and cases (#3860) 2026-04-27 04:01:49 +02:00
input_common [common] unify std::random_device (#3801) 2026-03-31 20:12:41 +02:00
network [common] unify std::random_device (#3801) 2026-03-31 20:12:41 +02:00
qt_common [desktop] Fix 2 mod manager bugs (#3884) 2026-04-26 03:26:04 +02:00
shader_recompiler [spirv] mark sampled image descriptor indices non-uniform (#3900) 2026-05-04 18:16:11 +02:00
tests [cmake] fixes for XCode when having languages other than C/C++ (#3772) 2026-03-26 04:46:43 +01:00
video_core [opengl] remove GLAD symbols from builds w/o OpenGL (#3922) 2026-05-06 03:23:27 +02:00
web_service [cmake, deps] conjure common/httplib.h and remove global def for httplib macros (#3800) 2026-04-06 19:13:09 +02:00
yuzu [desktop] Fix QtCommon missing header in bootmanager.cpp (#3931) 2026-05-06 03:27:51 +02:00
yuzu_cmd [opengl] remove GLAD symbols from builds w/o OpenGL (#3922) 2026-05-06 03:23:27 +02:00
yuzu_room_standalone
.clang-format
CMakeLists.txt [frontend] Built-in auto updater (#3845) 2026-04-28 20:42:23 +02:00
dep_hashes.h.in