Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SDE
vaesoft
Commits
891dc085
Commit
891dc085
authored
Nov 17, 2021
by
Dmytro Kresan
Browse files
[amdfftw] znver1 support.
parent
aa540b91
Changes
1
Hide whitespace changes
Inline
Side-by-side
repos/vae/packages/amdfftw/package.py
View file @
891dc085
...
...
@@ -115,9 +115,11 @@ class Amdfftw(FftwBase):
# use target variable to set appropriate -march option in AMD_ARCH.
arch
=
spec
.
architecture
if
spec
.
target
==
'x86_64'
:
var1
=
'x86-64'
var1
=
'x86-64'
elif
spec
.
target
==
'zen'
:
var1
=
'znver1'
else
:
var1
=
spec
.
target
var1
=
spec
.
target
options
.
append
(
# "AMD_ARCH={0}".format(
# arch.target.optimization_flags(
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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