mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-09 00:11:24 +12:00
Fix warning (ignored attributes)
This commit is contained in:
parent
bdf6545571
commit
55e9d437a9
2 changed files with 3 additions and 3 deletions
|
@ -355,7 +355,7 @@ spu_imm_table_t::scale_table_t::scale_table_t()
|
|||
{
|
||||
for (s32 i = -155; i < 174; i++)
|
||||
{
|
||||
m_data[i + 155] = _mm_set1_ps(static_cast<float>(std::exp2(i)));
|
||||
m_data[i + 155].vf = _mm_set1_ps(static_cast<float>(std::exp2(i)));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue