Tree:
e09257eccc
Kernel
Newvulkanfeatures
Update-some-barriers-test
atomicops-mxwell
bcn-ternary-soft
camille/bufferc
chore/NamespaceIndentation
chore/chore
civa
cyber/async-gpu-android
descriptor
descriptor_pool_opt
descriptor_set
discfix
display-modified-settings-first
dmnt2
dynarmic-coproc
dynarmic-ppc64
eden-orbis-ps4
eds-true-adreno-fixes
eds-true-adreno-fixes-pre-0.1.0
ffmpeg-cross-compile
fix/discord-rpc
fix/gbh_test
fix/socket
flatopsfixes23485
fs-try
fs_external_dlcupdates
install-vulkan-ps1-fix-windows-on-arm
interval-zero
lanobu
liz-crash-dumps-solaris
liz-dynarmic-macos-fbsd-port
liz-get-rid-of-mcl-intrusive-list
liz-heaptrack-fix
liz-no-rtti-allowance
lizzie/adreno5-mali-driver-fix
lizzie/astc-mp4-improv
lizzie/audio-remove-recursive-lock
lizzie/blacklist-vids-nvidia-580
lizzie/cmake-apple-icons-path
lizzie/dynarmic-rng-regalloc-arm64
lizzie/dynarmic-sse3-impls
lizzie/fix-dragonslayer-armnce
lizzie/fix-my-fuckup-with-vic
lizzie/fix-vic-msvc-attempt-2
lizzie/inline-dynarmic-spooky
lizzie/log-remove-alloc-except
lizzie/nce-port1123
lizzie/openbsd-78-fix
lizzie/plist-macos-upd1
lizzie/qt-fix-user-dialogue
lizzie/rasterizer-recursive-mutex-not
lizzie/sgsr
lizzie/sse2neon-fuck123
lizzie/texture-pass-revert-1
lizzie/try-fix-win11-crash-fuck
lizzie/update-headers-meta
lizzie/vids-ratatata
lock-term-1
macroify-surface-stuffs
master
memsetopsyscallavoid
mmap-fixews
msvc-debug
msvc_fix-debug-build
mutliplayer-filter-better1
n64
nce_cpp
netgate1
netusejthreadstuff
nvnflinger
pintocputhing
pipelinederivative
port/lr
qcomopts2
rayman/signed-spirv-texture-gather-metal-fix
refactoreds2
release/0.0.3
release/0.0.4
release/0.1.0
retroarch-core
revert-2695
revertrevert
sgsrtry
shader_recompiler
showcase
showcase2
simp-word-man1
sjkdbsdfjkbsdf-2834
spookymansionreducecpuusage
spvopts
sured-revert
techno48473719
test-revert-gpu-optim
test2
true-eds
true-eds-graphics
true-eds-pre-0.0.1
ui-uuid-dialog
vk-fix-oom-force-maller-buffers
vk-surface-andpc
vulkan-thingy
vulkanasync
woa-turnip-expr
xbzk-saf-recursive-write-with-permission-request
xbzk/bindless-textures-support
0.0.0
0.0.1-pre-alpha
0.0.2-pre-alpha
test-tag1
test-tag2
v0.0.3
v0.0.3-rc1
v0.0.3-rc2
v0.0.3-rc3
v0.0.3.git
v0.0.4
v0.0.4-rc1
v0.0.4-rc2
v0.0.4-rc2.test
v0.0.4-rc2.test2
v0.0.4-rc3
v0.0.4-rc3.test1
v0.0.4-rc3.test2
v0.0.4.test
v0.1.0
v0.1.0-rc1
${ noResults }
1 Commits (e09257eccc870238c769dad1326c027f32518fb5)
| Author | SHA1 | Message | Date |
|---|---|---|---|
|
|
55cc4d5ede
|
[experiment] mbedtls force ARM64 Neon even when macros say otherwise (#2793)
more of the mbedtls trying to make macro magic even through they do runtime checks Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/2793 Reviewed-by: crueter <crueter@eden-emu.dev> Reviewed-by: CamilleLaVey <camillelavey99@gmail.com> Co-authored-by: lizzie <lizzie@eden-emu.dev> Co-committed-by: lizzie <lizzie@eden-emu.dev> |
2 months ago |
|
|
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> |
3 months ago |