Skip to content
  • Kunshan Wang's avatar
    Added status flags (NZCV) to binOp. · 39604478
    Kunshan Wang authored
    In the text form, the NZCV flags are optional, so existing programs
    are still valid. In the bundle building API, `new_binop` remain
    unchanged, but an additional function `new_binop_with_status` is added,
    so existing programs are still valid.
    
    scripts/*.py are modified to adapt the MuBinOpStatus enum type.
    39604478