Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-codegen
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Christian Heinigk
dune-codegen
Commits
db605acb
Commit
db605acb
authored
7 years ago
by
Marcel Koch
Browse files
Options
Downloads
Patches
Plain Diff
fixes typo
parent
2b951aa8
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
dune/perftool/common/vectorclass.hh
+1
-1
1 addition, 1 deletion
dune/perftool/common/vectorclass.hh
with
1 addition
and
1 deletion
dune/perftool/common/vectorclass.hh
+
1
−
1
View file @
db605acb
...
@@ -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
permute
4
d
(
Vec
4
d
const
&
a
)
{
static
inline
Vec8d
permute
8
d
(
Vec
8
d
const
&
a
)
{
BARRIER
;
BARRIER
;
_vcl
::
Vec8d
a_
;
_vcl
::
Vec8d
a_
;
BARRIER
;
BARRIER
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment