summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/PostProcessing.cpp
diff options
context:
space:
mode:
authorJosJuice <josjuice@gmail.com>2021-07-06 16:53:04 +0200
committerJosJuice <josjuice@gmail.com>2021-07-10 20:43:59 +0200
commit9e80db123f4f8b6b51c672bec729a70a21ee7af4 (patch)
tree2482beb837842d8fd7f4a8bae7ec849c4b4499c7 /Source/Core/VideoCommon/PostProcessing.cpp
parent10861ed8ce4f60f76ec3508f18c02083dfd226e4 (diff)
JitArm64: Encode logical immediates at compile-time where possible
Manually encoding and decoding logical immediates is error-prone. Using ORRI2R and friends lets us avoid doing the work manually, but in exchange, there is a runtime performance penalty. It's probably rather small, but still, it would be nice if we could let the compiler do the work at compile-time. And that's exactly what this commit does, so now I have no excuse for trying to manually write logical immediates anymore.
Diffstat (limited to 'Source/Core/VideoCommon/PostProcessing.cpp')
0 files changed, 0 insertions, 0 deletions