diff options
Diffstat (limited to 'NvCloth/src/neon/NeonSelfCollision.cpp')
| -rw-r--r-- | NvCloth/src/neon/NeonSelfCollision.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/NvCloth/src/neon/NeonSelfCollision.cpp b/NvCloth/src/neon/NeonSelfCollision.cpp index 8faa407..3e7e96d 100644 --- a/NvCloth/src/neon/NeonSelfCollision.cpp +++ b/NvCloth/src/neon/NeonSelfCollision.cpp @@ -31,4 +31,4 @@ #error This file needs to be compiled with NEON support! #endif -#include "SwSelfCollision.cpp" +// SwSelfCollision.cpp is compiled already using Neon implementation when Neon macros are found |