Skip to content

Commit

Permalink
Update from xbyak 4.84 to 5.11
Browse files Browse the repository at this point in the history
* bin2hex.h is removed
* vptest/vpblendvb YMM support integrated upsteam
* better support of rip for 64 bits
* AVX512 support (only miss the CPU now)

Local change: add BSD3 clause
  • Loading branch information
gregory38 committed Nov 20, 2016
1 parent 681c09f commit e674518
Show file tree
Hide file tree
Showing 9 changed files with 2,670 additions and 2,214 deletions.
1 change: 0 additions & 1 deletion plugins/GSdx/CMakeLists.txt
Expand Up @@ -176,7 +176,6 @@ set(GSdxHeaders
res/glsl_source.h
stdafx.h
xbyak/xbyak.h
xbyak/xbyak_bin2hex.h
xbyak/xbyak_mnemonic.h
xbyak/xbyak_util.h
)
Expand Down
2 changes: 1 addition & 1 deletion plugins/GSdx/GSDrawScanlineCodeGenerator.cpp
Expand Up @@ -112,7 +112,7 @@ GSDrawScanlineCodeGenerator::GSDrawScanlineCodeGenerator(void* param, uint64 key
m_sel.key = key;

if(m_sel.breakpoint)
int3();
db(0xCC);

try {
Generate();
Expand Down
1 change: 0 additions & 1 deletion plugins/GSdx/GSdx.vcxproj
Expand Up @@ -305,7 +305,6 @@
<ClInclude Include="resource.h" />
<ClInclude Include="targetver.h" />
<ClInclude Include="xbyak\xbyak.h" />
<ClInclude Include="xbyak\xbyak_bin2hex.h" />
<ClInclude Include="xbyak\xbyak_mnemonic.h" />
<ClInclude Include="xbyak\xbyak_util.h" />
</ItemGroup>
Expand Down
3 changes: 0 additions & 3 deletions plugins/GSdx/GSdx.vcxproj.filters
Expand Up @@ -497,9 +497,6 @@
<ClInclude Include="xbyak\xbyak.h">
<Filter>Xbyak</Filter>
</ClInclude>
<ClInclude Include="xbyak\xbyak_bin2hex.h">
<Filter>Xbyak</Filter>
</ClInclude>
<ClInclude Include="xbyak\xbyak_mnemonic.h">
<Filter>Xbyak</Filter>
</ClInclude>
Expand Down
1 change: 1 addition & 0 deletions plugins/GSdx/stdafx.h
Expand Up @@ -80,6 +80,7 @@ typedef uint32 uptr;
// xbyak compatibilities
typedef int64 sint64;
#define MIE_INTEGER_TYPE_DEFINED
#define XBYAK_ENABLE_OMITTED_OPERAND

// stdc

Expand Down

0 comments on commit e674518

Please sign in to comment.