| 562 | |
| 563 | #ifdef MBP_SIMD_OVERLAP |
| 564 | static PX_FORCE_INLINE void initSentinel(SIMD_AABB& box) |
| 565 | { |
| 566 | // box.mMinX = encodeFloat(FLT_MAX)>>1; |
| 567 | box.mMinX = 0xffffffff; |
| 568 | } |
| 569 | #if PX_DEBUG |
| 570 | static PX_FORCE_INLINE bool isSentinel(const SIMD_AABB& box) |
| 571 | { |
no outgoing calls
no test coverage detected