summaryrefslogtreecommitdiffstats
path: root/src/common/x64/xbyak_util.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add xbyak externalDavid Marcec2020-05-301-0/+47
|
* common: Remove dependency on xbyakLioncash2018-11-211-47/+0
| | | | | | | 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).
* Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi2018-09-151-1/+1
|
* common/xbyak: Use nested namespace specifiers where applicableLioncash2018-08-151-4/+2
|
* common: Convert type traits templates over to variable template versions where applicableLioncash2018-08-081-1/+1
| | | | Uses the C++17 inline variable variants
* VideoCore: Convert x64 shader JIT to use Xbyak for assemblyYuri Kunde Schlesner2016-12-151-0/+49