summaryrefslogtreecommitdiff
path: root/src/common/x64/xbyak_util.h
AgeCommit message (Collapse)Author
2021-08-15xbyak: Update include pathMerry
2020-05-30Add xbyak externalDavid Marcec
2018-11-21common: Remove dependency on xbyakLioncash
Xbyak is currently entirely unused. Rather than carting it along, remove it and get rid of a dependency. If it's ever needed in the future, then it can be re-added (and likely be more up to date at that point in time).
2018-09-15Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi
2018-08-14common/xbyak: Use nested namespace specifiers where applicableLioncash
2018-08-07common: Convert type traits templates over to variable template versions ↵Lioncash
where applicable Uses the C++17 inline variable variants
2016-12-14VideoCore: Convert x64 shader JIT to use Xbyak for assemblyYuri Kunde Schlesner