fix out-of-bounds in AMD version of VectorAdd
This commit is contained in:
@@ -17,6 +17,8 @@ subject to the following restrictions:
|
||||
#ifndef GEN_MINMAX_H
|
||||
#define GEN_MINMAX_H
|
||||
|
||||
#include "btScalar.h"
|
||||
|
||||
template <class T>
|
||||
SIMD_FORCE_INLINE const T& btMin(const T& a, const T& b)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user