-
Notifications
You must be signed in to change notification settings - Fork 133
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FEXCore/Profiler: Implement support for JIT float fallbacks
Based on #4291 and #4324. Ideally this gets merged at the same time so we can have Mangohud be on version 2 before giving them an upstream patch. Performance-wise this change falls within noise of my x87 microbench. This just lets us track the number of float fallbacks FEX does, letting us detect things like x87 fallbacks and how frequent they are, so we can detect if a game might be slow or stuttering because of these fallbacks.
- Loading branch information
1 parent
1b144ba
commit 5be1b0c
Showing
5 changed files
with
200 additions
and
136 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.