You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lizzie
440ee4916d
[nca] Use better tight loop allocation schemes (none at all) for AES decrypt/encrypt and force MbedTLS to use AES x86_64 instructions ( #2750 )
Uses stack instead of allocating stuff haphazardly (16 bytes and 512 bytes respectively) - removes malloc() pollution and all that nasty stuff from tight loops
Original work by Ribbit but edited by me.
Will NOT bring a massive speedup since the main bottleneck is mbedtls itself, but may bring nice oddities to STARTUP TIMES nonetheless.
AES instructions being forced wont affect CPUs without them since there is always a runtime check for them.
Signed-off-by: lizzie lizzie@eden-emu.dev
Co-authored-by: Ribbit <ribbit@placeholder.com>
Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/2750
Reviewed-by: CamilleLaVey <camillelavey99@gmail.com>
Co-authored-by: lizzie <lizzie@eden-emu.dev>
Co-committed-by: lizzie <lizzie@eden-emu.dev>
10 months ago
..
android
[desktop] Data Manager, data import/export (#2700)
10 months ago
audio_core
[audio] replace ReaderWriterQueue with the generic SPSC queue (#2745)
10 months ago
common
[dynarmic, qt] fix build with QuaZip <=1.4 and fmt v9 (#2755)
10 months ago
core
[nca] Use better tight loop allocation schemes (none at all) for AES decrypt/encrypt and force MbedTLS to use AES x86_64 instructions (#2750)
10 months ago
dedicated_room
[cmake, core] refactor: update mbedtls and make YUZU_USE_CPM better (#485)
11 months ago
dynarmic
[dynarmic, qt] fix build with QuaZip <=1.4 and fmt v9 (#2755)
10 months ago
frontend_common
[desktop] Data Manager, data import/export (#2700)
10 months ago
hid_core
[hid_core] Quick fix for PR 2747 (#2753)
10 months ago
input_common
[common] remove ranges polyfill (#2546)
10 months ago
network
[cmake] feat: FFmpeg CI, allow 16kb android builds, update translations for transifex (#2543)
10 months ago
qt_common
[dynarmic, qt] fix build with QuaZip <=1.4 and fmt v9 (#2755)
10 months ago
shader_recompiler
[cmake] update CI deps, feat: sirit CI + new CI spec (#2655)
10 months ago
tests
[cmake] fix video_core and tests comp errors on Windows (#2631)
10 months ago
video_core
Revert "[vk] Tighten queue wait stages (#2734)" (#2751)
10 months ago
web_service
[cmake] refactor: SDL2 CI and CPMUtil::AddCIPackage (#284)
12 months ago
yuzu
[common] Ensures that the Custom Web Applet will never be enabled if it has not been compiled with the project (#2754)
10 months ago
yuzu_cmd
[meta] allow customisation of auto-updater, remove hardcoded title names and fix dup title names (#2588)
10 months ago
yuzu_room_standalone
Fix License headers & CI (#168)
1 year ago
.clang-format
chore: make yuzu REUSE compliant
4 years ago
CMakeLists.txt
[ci] improve ccache and add support on Android (#2673)
10 months ago
dep_hashes.h.in
[cmake, frontend] feat: CPMUtil + dependency viewer (#238)
12 months ago