update
This commit is contained in:
@@ -159,20 +159,20 @@ protected:
|
||||
*/
|
||||
TF3SIMD_FORCE_INLINE void setMax(const QuadWord& other)
|
||||
{
|
||||
// tf3SetMax(m_floats[0], other.m_floats[0]);
|
||||
// tf3SetMax(m_floats[1], other.m_floats[1]);
|
||||
// tf3SetMax(m_floats[2], other.m_floats[2]);
|
||||
// tf3SetMax(m_floats[3], other.m_floats[3]);
|
||||
tf3SetMax(m_floats[0], other.m_floats[0]);
|
||||
tf3SetMax(m_floats[1], other.m_floats[1]);
|
||||
tf3SetMax(m_floats[2], other.m_floats[2]);
|
||||
tf3SetMax(m_floats[3], other.m_floats[3]);
|
||||
}
|
||||
/**@brief Set each element to the min of the current values and the values of another QuadWord
|
||||
* @param other The other QuadWord to compare with
|
||||
*/
|
||||
TF3SIMD_FORCE_INLINE void setMin(const QuadWord& other)
|
||||
{
|
||||
// tf3SetMin(m_floats[0], other.m_floats[0]);
|
||||
// tf3SetMin(m_floats[1], other.m_floats[1]);
|
||||
// tf3SetMin(m_floats[2], other.m_floats[2]);
|
||||
// tf3SetMin(m_floats[3], other.m_floats[3]);
|
||||
tf3SetMin(m_floats[0], other.m_floats[0]);
|
||||
tf3SetMin(m_floats[1], other.m_floats[1]);
|
||||
tf3SetMin(m_floats[2], other.m_floats[2]);
|
||||
tf3SetMin(m_floats[3], other.m_floats[3]);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user