Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippvK committed Mar 5, 2024
1 parent 6152ec1 commit 6b4f4cd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/cfg/riscv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ riscv:
ops:
# TODO: simd shift?
# TODO: rotate left/right?
- name: [G_SMAX, G_UMAX, G_SMIN, G_UMIN, G_ABS]
types: [s32]
onlyif: [HasVendorXCValu]
# - name: [G_SMAX, G_UMAX, G_SMIN, G_UMIN, G_ABS]
# types: [s32]
# onlyif: [HasVendorXCValu]
# - name: [G_ADD, G_SUB, G_AND, G_OR, G_XOR, G_ASHR, G_LSHR, G_SHL]
# types: [v4i8, v2i16]
# onlyif: [HasVendorXCVsimd]
Expand Down

0 comments on commit 6b4f4cd

Please sign in to comment.