[Bf-committers] Missing functions in bullet/LinearMath/SimdVector3.h

Nils Thuerey nils at thuerey.de
Fri Jan 13 10:02:10 CET 2006


Hello,

that sounds interesting! Could you send the patch to the list or me?

Thanks,
-> Nils


Stealth Apprentice wrote:
> BTW, I should mention that the only other thing that
> prevents a clean build from CVS on VC8 is elbeem. THe
> problem in elbeem is that some of the templates need
> to be explicitly instantiated.
> 
> THis is probably the same issue alluded to in elbeem's
> comments, where it says that there are problems on the
> Intel compiler.
> 
> The fix is tedious but easy. I can supply it if anyone
> wants to test it.
> 
> --- Stealth Apprentice <stealthapprentice at yahoo.com>
> wrote:
> 
> 
>>It seems something like the below is missing from
>>bullet/LinearMath/SimdVector3.h, line 184
>>
>>Could someone patch this in? This is one reason some
>>people can't build with a fresh get from CVS right
>>now.
>>
>>
>>    SIMD_FORCE_INLINE void setMin(SimdVector3& v)
>>    {
>>        m_x = v.m_x < m_x ? v.m_x : m_x;
>>        m_y = v.m_y < m_y ? v.m_y : m_y;
>>        m_z = v.m_z < m_z ? v.m_z : m_z;
>>    }
>>
>>    SIMD_FORCE_INLINE void setMax(SimdVector3& v)
>>    {
>>        m_x = v.m_x > m_x ? v.m_x : m_x;
>>        m_y = v.m_y > m_y ? v.m_y : m_y;
>>        m_z = v.m_z > m_z ? v.m_z : m_z;
>>    }
>>
>>
>>__________________________________________________
>>Do You Yahoo!?
>>Tired of spam?  Yahoo! Mail has the best spam
>>protection around 
>>http://mail.yahoo.com 
>>_______________________________________________
>>Bf-committers mailing list
>>Bf-committers at projects.blender.org
>>
> 
> http://projects.blender.org/mailman/listinfo/bf-committers
> 
> 
> 
> __________________________________________________
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam protection around 
> http://mail.yahoo.com 
> _______________________________________________
> Bf-committers mailing list
> Bf-committers at projects.blender.org
> http://projects.blender.org/mailman/listinfo/bf-committers
> 


-- 

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
.                                                                     .
.          Nils Thuerey                                               .
.          LSS, Inf10 - University of Erlangen Nuremberg              .
.          http://www.ntoken.com                                      .
.          http://www10.informatik.uni-erlangen.de/~sinithue/         .
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 256 bytes
Desc: OpenPGP digital signature
Url : http://projects.blender.org/pipermail/bf-committers/attachments/20060113/1608f140/signature.pgp


More information about the Bf-committers mailing list