mirror of
https://github.com/RRZE-HPC/OSACA.git
synced 2026-01-05 10:40:06 +01:00
different testcase
This commit is contained in:
@@ -19,15 +19,15 @@ imd1 = Parameter('IMD')
|
||||
#-USER INPUT------------------------------------
|
||||
#-----------------------------------------------
|
||||
# Enter your mnemonic
|
||||
mnemonic = 'cmp'
|
||||
mnemonic = 'vxorpd'
|
||||
|
||||
# Define your operands. If you don't need it, just type in None
|
||||
dst = reg64
|
||||
op1 = imd1
|
||||
op2 = None
|
||||
dst = xmm
|
||||
op1 = xmm
|
||||
op2 = xmm
|
||||
|
||||
# Define the number of instructions per loop (default: 12)
|
||||
per_loop = '100'
|
||||
per_loop = '128'
|
||||
|
||||
#-----------------------------------------------
|
||||
#-----------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user