We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1b3ea0 commit 9d2535dCopy full SHA for 9d2535d
1 file changed
README.md
@@ -77,6 +77,7 @@ Each template starts with setting up a number of common variables based on the
77
inputs from the `codegen` program. Commonly used variables are:
78
79
* `self_t` - the name of the type being generated
80
+* `unsigned_scalar_t` - the unsigned version of `scalar_t` (e.g. `u8`, `u16`, `u32`)
81
* `inner_t` - the inner storage type used by this type (e.g. `__m128` or
82
`core::storage::XYZ<f32>`)
83
* `deref_t` - the type used by the `Deref` and `DerefMut` implementation - not
0 commit comments