Skip to content
Snippets Groups Projects
Commit f0708ab0 authored by Matthieu Schaller's avatar Matthieu Schaller
Browse files

Code formatting

parent 56984993
Branches
Tags
1 merge request!287Particle caching
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment