Skip to content
Snippets Groups Projects
Commit d4c9e26d authored by Michael Kuron's avatar Michael Kuron :mortar_board:
Browse files
parent aba9e610
No related branches found
No related tags found
No related merge requests found
Pipeline #40800 passed
......@@ -50,8 +50,8 @@ def get_vector_instruction_set_riscv(data_type='double', instruction_set='rvv'):
'|': 'mor_mm[0, 1]',
'blendv': 'merge_vvm[2, 0, 1]',
'any': 'popc_m[0]',
'all': 'popc_m[0]',
'any': 'cpop_m[0]',
'all': 'cpop_m[0]',
}
result = dict()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment