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
f0708ab0
Commit
f0708ab0
authored
Jan 04, 2017
by
Matthieu Schaller
Browse files
Code formatting
parent
56984993
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/vector.h
View file @
f0708ab0
...
...
@@ -172,7 +172,7 @@
pack += __builtin_popcount(mask); \
}
#define VEC_LEFT_PACK(a, mask, result) \
vec_unaligned_store(_mm256_permutevar8x32_ps(a, mask),result)
vec_unaligned_store(_mm256_permutevar8x32_ps(a, mask),
result)
#endif
#ifndef vec_fma
#define vec_fma(a, b, c) vec_add(vec_mul(a, b), c)
...
...
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