Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Todd Kordenbrock
VTK-m
Commits
ccdb7bb6
Commit
ccdb7bb6
authored
Jan 12, 2016
by
Chuck Atkins
Browse files
Fix incorrect vectorization pragma for GCC
parent
02d10e38
Changes
1
Hide whitespace changes
Inline
Side-by-side
vtkm/internal/Configure.h.in
View file @
ccdb7bb6
...
...
@@ -188,7 +188,7 @@
#elif defined(VTKM_GCC) && defined(VTKM_COMPILER_SUPPORTS_VECTOR_PRAGMAS)
//gcc only needs in loop
#define VTKM_VECTORIZATION_PRE_LOOP \
_Pragma("ivdep")
_Pragma("
GCC
ivdep")
#define VTKM_VECTORIZATION_IN_LOOP
#else
#define VTKM_VECTORIZATION_PRE_LOOP
...
...
Write
Preview
Supports
Markdown
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