Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tsoc
openmm
Commits
4b5f48ee
Commit
4b5f48ee
authored
Nov 26, 2014
by
peastman
Browse files
Workaround for compiler bug in Visual Studio
parent
59484a6f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
335 additions
and
329 deletions
+335
-329
platforms/cpu/src/CpuNonbondedForceVec8.cpp
platforms/cpu/src/CpuNonbondedForceVec8.cpp
+335
-329
No files found.
platforms/cpu/src/CpuNonbondedForceVec8.cpp
View file @
4b5f48ee
...
@@ -31,6 +31,12 @@
...
@@ -31,6 +31,12 @@
using
namespace
std
;
using
namespace
std
;
using
namespace
OpenMM
;
using
namespace
OpenMM
;
#ifdef _MSC_VER
// Workaround for a compiler bug in Visual Studio 10. Hopefully we can remove this
// once we move to a later version.
#undef __AVX__
#endif
#ifndef __AVX__
#ifndef __AVX__
bool
isVec8Supported
()
{
bool
isVec8Supported
()
{
return
false
;
return
false
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment