summaryrefslogtreecommitdiff
path: root/indra/llmath/lloctree.h
diff options
context:
space:
mode:
authorNyx (Neal Orman) <nyx@lindenlab.com>2010-08-26 16:52:32 -0400
committerNyx (Neal Orman) <nyx@lindenlab.com>2010-08-26 16:52:32 -0400
commit054e8fbde325c03bc8f9a7c10aa8bb9319d501ba (patch)
tree0919778b1d87f6fa372021204f6aa71e8de21580 /indra/llmath/lloctree.h
parent71de5f622a7917f78823a7e7840194e1b0f8f070 (diff)
buildfix: fixing linux build to handle new SSE2 architecture
code reviewed by davep and falcon
Diffstat (limited to 'indra/llmath/lloctree.h')
-rw-r--r--indra/llmath/lloctree.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llmath/lloctree.h b/indra/llmath/lloctree.h
index 432e9fbcd8..73910ef98d 100644
--- a/indra/llmath/lloctree.h
+++ b/indra/llmath/lloctree.h
@@ -206,7 +206,7 @@ public:
{
const LLVector4a& pos = data->getPositionGroup();
- LLVector4a gt = pos.greaterThan(center);
+ LLVector4Logical gt = pos.greaterThan(center);
LLVector4a up;
up = _mm_and_ps(size, gt);