PPU: some instructions replaced

This commit is contained in:
Nekotekina 2015-03-29 14:00:10 +03:00
parent d640aba903
commit 3247152ff7
4 changed files with 120 additions and 293 deletions

View file

@ -27,7 +27,7 @@ public:
{
for (s32 i = -155; i < 174; i++)
{
m_data[i + 155] = _mm_set1_ps(static_cast<float>(pow(2, i)));
m_data[i + 155] = _mm_set1_ps(static_cast<float>(exp2(i)));
}
}