Skip to content

Commit 7f8aa45

Browse files
committed
remove unused EGS constant from vsm4r_vs handler
The macro require_vsm4_constraints defines EGS once again (shadowing the definition of this constant, since it introduces a new scope). This renders the original definition as "unused", causing warning during compilation.
1 parent 70687cc commit 7f8aa45

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

riscv/insns/vsm4r_vs.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
#include "zvksed_ext_macros.h"
44

5-
const uint32_t EGS = 4;
6-
75
require_vsm4_constraints;
86
require_align(insn.rd(), P.VU.vflmul);
97
require_vs2_align_eglmul(128);

0 commit comments

Comments
 (0)