Skip to content

Commit

Permalink
Update riscv/zvk_ext_macros.h
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolas Brunie <[email protected]>
  • Loading branch information
nibrunieAtSi5 authored Sep 26, 2024
1 parent b1ce0a3 commit 636a5f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion riscv/zvk_ext_macros.h
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
// Ensures that a register index is aligned to EMUL
// evaluated as EGW / VLEN.
// The check is only enabled if this value is greater
// than one (no index alignment check required for fraction EMUL)
// than one (no index alignment check required for fractional EMUL)
#define require_vreg_align_eglmul(EGW, VREG_NUM) \
do { \
float vfeglmul = EGW / P.VU.VLEN; \
Expand Down

0 comments on commit 636a5f3

Please sign in to comment.