Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
pystencils
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
Model registry
Operate
Environments
Monitor
Incidents
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pycodegen
pystencils
Commits
e2fbba20
Commit
e2fbba20
authored
4 years ago
by
Markus Holzer
Browse files
Options
Downloads
Plain Diff
Merge branch 'amd' into 'master'
Adapt an ifdef for AMD Epyc 7003 See merge request
!236
parents
bb667c68
4812968d
No related branches found
No related tags found
1 merge request
!236
Adapt an ifdef for AMD Epyc 7003
Pipeline
#31774
passed with warnings
4 years ago
Stage: test
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
pystencils/include/aesni_rand.h
+1
-1
1 addition, 1 deletion
pystencils/include/aesni_rand.h
with
1 addition
and
1 deletion
pystencils/include/aesni_rand.h
+
1
−
1
View file @
e2fbba20
...
...
@@ -354,7 +354,7 @@ QUALIFIERS const std::array<__m256i,11> & aesni_roundkeys(const __m256i & k256)
}
QUALIFIERS
__m256i
aesni1xm128i
(
const
__m256i
&
in
,
const
__m256i
&
k0
)
{
#if defined(__VAES__)
&& defined(__AVX512VL__)
#if defined(__VAES__)
auto
k
=
aesni_roundkeys
(
k0
);
__m256i
x
=
_mm256_xor_si256
(
k
[
0
],
in
);
x
=
_mm256_aesenc_epi128
(
x
,
k
[
1
]);
...
...
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