Skip to content

Commit

Permalink
Let gen_prologue() pass execution by default
Browse files Browse the repository at this point in the history
Signed-off-by: Jerry Zhang Jian <[email protected]>
  • Loading branch information
jerryzj authored and kito-cheng committed Jun 11, 2024
1 parent 751b7a3 commit 2d709dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rvv-intrinsic-generator/rvv_intrinsic_gen/generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def write_title(self, text, link):
raise NotImplementedError

def gen_prologue(self):
raise NotImplementedError
pass

def inst_group_prologue(self):
raise NotImplementedError
Expand Down

0 comments on commit 2d709dc

Please sign in to comment.