Browse Source

Merge pull request #1489 from nibrunieAtSi5/patch-1

Fixing minor typo in comment Gallois -> Galois
pull/1490/head
Andrew Waterman 2 years ago
committed by GitHub
parent
commit
eeef09ebb8
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      riscv/zvk_ext_macros.h

2
riscv/zvk_ext_macros.h

@ -29,7 +29,7 @@
require_extension(EXT_ZVBC); \
} while (0)
// Ensures that the ZVKG extension (vector Gallois Field Multiplication)
// Ensures that the ZVKG extension (vector Galois Field Multiplication)
// is present, and the vector unit is enabled and in a valid state.
#define require_zvkg \
do { \

Loading…
Cancel
Save