Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
pycodegen
pystencils
Commits
c5712bcb
Commit
c5712bcb
authored
Apr 13, 2021
by
Michael Kuron
Browse files
fix error introduced in !230
parent
147f6901
Pipeline
#31506
passed with stage
in 7 minutes and 59 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
pystencils/backends/ppc_instruction_sets.py
View file @
c5712bcb
...
...
@@ -78,7 +78,6 @@ def get_vector_instruction_set_ppc(data_type='double', instruction_set='vsx'):
# Clang and XL C++ are missing these for doubles
result
[
'loadA'
]
=
'(__vector double)'
+
result
[
'loadA'
].
format
(
'(float*) {0}'
)
result
[
'storeA'
]
=
result
[
'storeA'
].
format
(
'(float*) {0}'
,
'(__vector float) {1}'
)
result
[
'stream'
]
=
result
[
'stream'
].
format
(
'(float*) {0}'
,
'(__vector float) {1}'
)
result
[
'storeAAndFlushCacheline'
]
=
result
[
'storeAAndFlushCacheline'
].
format
(
'(float*) {0}'
,
'(__vector float) {1}'
)
...
...
Write
Preview
Markdown
is supported
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