Skip to content

Commit

Permalink
Fix AArch64Example0 example
Browse files Browse the repository at this point in the history
  • Loading branch information
dop-amin committed Dec 4, 2024
1 parent 515da02 commit bf2b151
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions example.py
Original file line number Diff line number Diff line change
Expand Up @@ -581,9 +581,7 @@ def __init__(self, var="", arch=AArch64_Neon, target=Target_CortexA55):
def core(self,slothy):
slothy.config.variable_size=True
slothy.config.constraints.stalls_first_attempt=32
slothy.config.selfcheck = False
slothy.config.allow_useless_instructions = True
slothy.fusion_region("start", "end", ssa=False)
slothy.optimize()

class AArch64Example0Equ(Example):
def __init__(self, var="", arch=AArch64_Neon, target=Target_CortexA55):
Expand Down

0 comments on commit bf2b151

Please sign in to comment.