Skip to content
Snippets Groups Projects
Commit db605acb authored by Marcel Koch's avatar Marcel Koch
Browse files

fixes typo

parent 2b951aa8
No related branches found
No related tags found
No related merge requests found
...@@ -1039,7 +1039,7 @@ static inline Vec8d blend8d(Vec8d const & a, Vec8d const & b) { ...@@ -1039,7 +1039,7 @@ static inline Vec8d blend8d(Vec8d const & a, Vec8d const & b) {
// permute vector Vec4d // permute vector Vec4d
template <int i0, int i1, int i2, int i3, int i4, int i5, int i6, int i7> template <int i0, int i1, int i2, int i3, int i4, int i5, int i6, int i7>
static inline Vec8d permute4d(Vec4d const & a) { static inline Vec8d permute8d(Vec8d const & a) {
BARRIER; BARRIER;
_vcl::Vec8d a_; _vcl::Vec8d a_;
BARRIER; BARRIER;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment