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
066cdd60
Commit
066cdd60
authored
Nov 26, 2014
by
peastman
Browse files
Merge pull request #744 from peastman/master
Workaround for compiler bug in Visual Studio
parents
12dbd216
a55b34ee
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
platforms/cpu/src/CpuNonbondedForceVec8.cpp
platforms/cpu/src/CpuNonbondedForceVec8.cpp
+6
-0
No files found.
platforms/cpu/src/CpuNonbondedForceVec8.cpp
View file @
066cdd60
...
...
@@ -31,6 +31,12 @@
using
namespace
std
;
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__
bool
isVec8Supported
()
{
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