Skip to content

Commit

Permalink
CompatibleHeaderGenerator: implement dummy inst_group_prologue
Browse files Browse the repository at this point in the history
Signed-off-by: Jerry Zhang Jian <jerry.zhangjian@sifive.com>
  • Loading branch information
jerryzj authored and kito-cheng committed Jun 11, 2024
1 parent 9acdc08 commit fac6b61
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions rvv-intrinsic-generator/rvv_intrinsic_gen/generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -812,6 +812,9 @@ def write(self, text):
def start_group(self, group_name):
pass

def inst_group_prologue(self):
return ""

def function_group(self, template, title, link, op_list, type_list, sew_list,
lmul_list, decorator_list):
if self.has_tail_policy and len(decorator_list) == 0:
Expand Down

0 comments on commit fac6b61

Please sign in to comment.