Skip to content

Commit

Permalink
Change the description of bit/byte reverse
Browse files Browse the repository at this point in the history
  • Loading branch information
4vtomat committed May 21, 2024
1 parent 38e0cdc commit 7dd4705
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion auto-generated/vector-crypto/intrinsic_funcs.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ vuint64m8_t __riscv_vandn_vx_u64m8_m (vbool8_t vm, vuint64m8_t vs2, uint64_t rs1
----

[[]]
==== Vector Basic Bit-manipulation - Reverse Bits in Elements
==== Vector Basic Bit-manipulation - Reverse

[,c]
----
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ vuint64m8_t __riscv_vandn_vx_u64m8_m (vbool8_t vm, vuint64m8_t vs2, uint64_t rs1
----

[[]]
==== Vector Basic Bit-manipulation - Reverse Bits in Elements
==== Vector Basic Bit-manipulation - Reverse

[,c]
----
Expand Down
2 changes: 1 addition & 1 deletion auto-generated/vector-crypto/overloaded_intrinsic_funcs.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ vuint64m8_t __riscv_vandn (vbool8_t vm, vuint64m8_t vs2, uint64_t rs1, size_t vl
----

[[overloaded-]]
==== Vector Basic Bit-manipulation - Reverse Bits in Elements
==== Vector Basic Bit-manipulation - Reverse

[,c]
----
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ vuint64m8_t __riscv_vandn (vbool8_t vm, vuint64m8_t vs2, uint64_t rs1, size_t vl
----

[[overloaded-]]
==== Vector Basic Bit-manipulation - Reverse Bits in Elements
==== Vector Basic Bit-manipulation - Reverse

[,c]
----
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ vuint64m8_t __riscv_vandn_vx_u64m8_mu (vbool8_t vm, vuint64m8_t vd, vuint64m8_t
----

[[policy-variant-]]
==== Vector Basic Bit-manipulation - Reverse Bits in Elements
==== Vector Basic Bit-manipulation - Reverse

[,c]
----
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ vuint64m8_t __riscv_vandn_vx_u64m8_mu (vbool8_t vm, vuint64m8_t vd, vuint64m8_t
----

[[policy-variant-]]
==== Vector Basic Bit-manipulation - Reverse Bits in Elements
==== Vector Basic Bit-manipulation - Reverse

[,c]
----
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ vuint64m8_t __riscv_vandn_mu (vbool8_t vm, vuint64m8_t vd, vuint64m8_t vs2, uint
----

[[policy-variant-overloaded]]
==== Vector Basic Bit-manipulation - Reverse Bits in Elements
==== Vector Basic Bit-manipulation - Reverse

[,c]
----
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ vuint64m8_t __riscv_vandn_mu (vbool8_t vm, vuint64m8_t vd, vuint64m8_t vs2, uint
----

[[policy-variant-overloaded]]
==== Vector Basic Bit-manipulation - Reverse Bits in Elements
==== Vector Basic Bit-manipulation - Reverse

[,c]
----
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def gen(g):

g.function_group(
vector_crypto_template,
"Vector Basic Bit-manipulation - Reverse Bits in Elements",
"Vector Basic Bit-manipulation - Reverse",
"", # FIXME: We probably have a separate document for vector-crypto
["vbrev", "vbrev8", "vrev8"],
UITYPE,
Expand Down

0 comments on commit 7dd4705

Please sign in to comment.