mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-06 06:51:26 +12:00
SPU LLVM: Disable affineqb shufb paths temporarilly
This commit is contained in:
parent
56fe450959
commit
2f93df480b
1 changed files with 2 additions and 2 deletions
|
@ -7652,7 +7652,7 @@ public:
|
||||||
if (auto [ok, bs] = match_expr(b, byteswap(match<u8[16]>())); ok)
|
if (auto [ok, bs] = match_expr(b, byteswap(match<u8[16]>())); ok)
|
||||||
{
|
{
|
||||||
// Undo endian swapping, and rely on pshufb/vperm2b to re-reverse endianness
|
// Undo endian swapping, and rely on pshufb/vperm2b to re-reverse endianness
|
||||||
if (m_use_avx512_icl && (op.ra != op.rb))
|
if (false)
|
||||||
{
|
{
|
||||||
if (perm_only)
|
if (perm_only)
|
||||||
{
|
{
|
||||||
|
@ -7714,7 +7714,7 @@ public:
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (m_use_avx512_icl && (op.ra != op.rb || m_interp_magn))
|
if (false)
|
||||||
{
|
{
|
||||||
if (perm_only)
|
if (perm_only)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue