Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
ParaView
ParaView-Superbuild
Commits
c76be650
Commit
c76be650
authored
Jun 24, 2019
by
David E. DeMarle
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
restore SSE ISA in embree, except on Mac
parent
09939080
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
projects/embree.cmake
projects/embree.cmake
+4
-2
No files found.
projects/embree.cmake
View file @
c76be650
...
...
@@ -3,8 +3,10 @@ mark_as_advanced(embree_BUILD_ISA)
#by default, turn off very old and very new SIMD instruction sets
#because they are problematic on our dashboards
set
(
embree_allow_sse2
"-DEMBREE_ISA_SSE2:BOOL=OFF"
)
set
(
embree_allow_sse42
"-DEMBREE_ISA_SSE42:BOOL=OFF"
)
if
(
APPLE
)
set
(
embree_allow_sse2
"-DEMBREE_ISA_SSE2:BOOL=OFF"
)
set
(
embree_allow_sse42
"-DEMBREE_ISA_SSE42:BOOL=OFF"
)
endif
()
set
(
embree_allow_skx
"-DEMBREE_ISA_AVX512SKX:BOOL=OFF"
)
#build the list of SIMD instruction sets we will enable
...
...
David E. DeMarle
@demarle
mentioned in commit
5db66de2
·
Jun 24, 2019
mentioned in commit
5db66de2
mentioned in commit 5db66de2b2858d0df601aab9fe29c88e902ccc8d
Toggle commit list
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