externals: Update xbyak to v5.601

Merge commit '9fb82036ca' into HEAD
This commit is contained in:
MerryMage 2020-04-22 20:45:52 +01:00
commit e1fd6038a2
16 changed files with 935 additions and 173 deletions

View file

@ -6,6 +6,7 @@ using namespace Xbyak;
#ifdef _MSC_VER
#pragma warning(disable : 4245)
#pragma warning(disable : 4312)
#endif
class Sample : public CodeGenerator {
void operator=(const Sample&);