comment-out the memset in DEBUG mode in btVector3.cpp and b3Vector3.cpp
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -63,7 +63,7 @@ long _maxdot_large( const float *vv, const float *vec, unsigned long count, floa
|
|||||||
float4 stack_array[ STACK_ARRAY_COUNT ];
|
float4 stack_array[ STACK_ARRAY_COUNT ];
|
||||||
|
|
||||||
#if DEBUG
|
#if DEBUG
|
||||||
memset( stack_array, -1, STACK_ARRAY_COUNT * sizeof(stack_array[0]) );
|
//memset( stack_array, -1, STACK_ARRAY_COUNT * sizeof(stack_array[0]) );
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
size_t index;
|
size_t index;
|
||||||
@@ -448,7 +448,7 @@ long _mindot_large( const float *vv, const float *vec, unsigned long count, floa
|
|||||||
float4 stack_array[ STACK_ARRAY_COUNT ];
|
float4 stack_array[ STACK_ARRAY_COUNT ];
|
||||||
|
|
||||||
#if DEBUG
|
#if DEBUG
|
||||||
memset( stack_array, -1, STACK_ARRAY_COUNT * sizeof(stack_array[0]) );
|
//memset( stack_array, -1, STACK_ARRAY_COUNT * sizeof(stack_array[0]) );
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
size_t index;
|
size_t index;
|
||||||
|
|||||||
Reference in New Issue
Block a user