diff options
| author | Sintendo <bram.speeckaert@gmail.com> | 2021-01-26 22:34:03 +0100 |
|---|---|---|
| committer | Sintendo <bram.speeckaert@gmail.com> | 2021-01-28 23:16:48 +0100 |
| commit | b760a56a9abd4fdda2f2809f0ad8e7d861c7a2a8 (patch) | |
| tree | f3bfd96a33f492832b1e99ffb18e36b48ef72352 /Source/Core/VideoCommon/FramebufferManager.cpp | |
| parent | 34dbfd92db681bb5ec826df65260e65a79d6593d (diff) | |
Jit64: boolX - Special case and with 0xFFFFFFFF
Bitwise and with all ones doesn't accomplish much.
Before:
41 8B F5 mov esi,r13d
83 E6 FF and esi,0FFFFFFFFh
After:
41 8B F5 mov esi,r13d
Diffstat (limited to 'Source/Core/VideoCommon/FramebufferManager.cpp')
0 files changed, 0 insertions, 0 deletions
