mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 08:58:02 +02:00
docs: correct spelling of "commutativity"
Reviewed-by: Eric Engestrom <eric@igalia.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19139>
This commit is contained in:
parent
57db29e967
commit
5590fbd530
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ enum, that describes what it does as well as how many arguments it takes.
|
|||
Associated with each opcode is an metadata structure,
|
||||
:cpp:struct:`nir_op_info`, which shows how many arguments the opcode takes,
|
||||
information about data types, and algebraic properties such as associativity
|
||||
and commutivity. The info structure for each opcode may be accessed through
|
||||
and commutativity. The info structure for each opcode may be accessed through
|
||||
a global :cpp:var:`nir_op_infos` array that’s indexed by the opcode.
|
||||
|
||||
ALU operations are typeless, meaning that they're only defined to convert
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue