Skip to content

Commit

Permalink
Merge pull request #866 from comex/warnings2
Browse files Browse the repository at this point in the history
Remove unused variable m_zero.
  • Loading branch information
comex committed Aug 24, 2014
2 parents d128795 + 6574682 commit c87a002
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Source/Core/Core/PowerPC/JitCommon/Jit_Util.cpp
Expand Up @@ -541,8 +541,6 @@ void EmuCodeBlock::Force25BitPrecision(X64Reg xmm, X64Reg tmp)
static u32 GC_ALIGNED16(temp32);
static u64 GC_ALIGNED16(temp64);

static const float GC_ALIGNED16(m_zero[]) = { 0.0f, 0.0f, 0.0f, 0.0f };

// Since the following float conversion functions are used in non-arithmetic PPC float instructions,
// they must convert floats bitexact and never flush denormals to zero or turn SNaNs into QNaNs.
// This means we can't use CVTSS2SD/CVTSD2SS :(
Expand Down

0 comments on commit c87a002

Please sign in to comment.