forked from FEX-Emu/FEX
-
Notifications
You must be signed in to change notification settings - Fork 0
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 FEX-Emu#4291 and FEX-Emu#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
fed98a1
commit 2cf17fb
Showing
5 changed files
with
200 additions
and
138 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.