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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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 { \ |
|
|
|
|