Skip to content

Commit 9d2535d

Browse files
authored
Implement manhattan and chebyshev distance for integer vectors (#593)
1 parent f1b3ea0 commit 9d2535d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ Each template starts with setting up a number of common variables based on the
7777
inputs from the `codegen` program. Commonly used variables are:
7878

7979
* `self_t` - the name of the type being generated
80+
* `unsigned_scalar_t` - the unsigned version of `scalar_t` (e.g. `u8`, `u16`, `u32`)
8081
* `inner_t` - the inner storage type used by this type (e.g. `__m128` or
8182
`core::storage::XYZ<f32>`)
8283
* `deref_t` - the type used by the `Deref` and `DerefMut` implementation - not

0 commit comments

Comments
 (0)