Backed out changeset 40f6e26a24

See thread on mailing list: "InnerPanel change mis-detects alignment?"
This commit is contained in:
Benoit Jacob
2010-08-11 00:04:06 -04:00
parent 40f6e26a24
commit 97ced33b33
6 changed files with 17 additions and 30 deletions

View File

@@ -373,7 +373,7 @@ Packet4f ei_pcos<Packet4f>(const Packet4f& _x)
return _mm_xor_ps(y, sign_bit);
}
// This is based on Quake3's fast inverse square root.
// This is Quake3's fast inverse square root.
// For detail see here: http://www.beyond3d.com/content/articles/8/
template<> EIGEN_DEFINE_FUNCTION_ALLOWING_MULTIPLE_DEFINITIONS EIGEN_UNUSED
Packet4f ei_psqrt<Packet4f>(const Packet4f& _x)