Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SWIFT
SWIFTsim
Commits
438403eb
Commit
438403eb
authored
Jul 14, 2016
by
James Willis
Browse files
Replaced __MIC__ with HAVE_AVX512_F.
parent
dc65093d
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/vector.h
View file @
438403eb
...
...
@@ -40,7 +40,7 @@
__attribute__((vector_size((elcount) * sizeof(type)))) type
/* So what will the vector size be? */
#ifdef
__MIC__
#ifdef
HAVE_AVX512_F
#define VEC_HAVE_GATHER
#define VEC_SIZE 16
#define VEC_FLOAT __m512
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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