Skip to content
Snippets Groups Projects
Commit 589ca872 authored by Markus Holzer's avatar Markus Holzer
Browse files

Merge branch 'nontemporal' into 'master'

fix error introduced in !230

See merge request pycodegen/pystencils!231
parents 147f6901 c5712bcb
No related merge requests found
......@@ -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}')
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment