diff options
| author | Alexandre Courbot <acourbot@nvidia.com> | 2025-09-08 22:25:55 +0900 |
|---|---|---|
| committer | Miguel Ojeda <ojeda@kernel.org> | 2025-09-22 23:56:06 +0200 |
| commit | f3f6b3664302e16ef1c6b91034a72df5564d6b8a (patch) | |
| tree | 2b0f70445c3d2fa02fc1bfd6695fe414c5c83f12 /Documentation/gpu | |
| parent | rust: add `Alignment` type (diff) | |
| download | linux-f3f6b3664302e16ef1c6b91034a72df5564d6b8a.tar.gz linux-f3f6b3664302e16ef1c6b91034a72df5564d6b8a.zip | |
gpu: nova-core: use Alignment for alignment-related operations
Make use of the newly-available `Alignment` type and remove the
corresponding TODO item.
Signed-off-by: Alexandre Courbot <acourbot@nvidia.com>
Reviewed-by: Danilo Krummrich <dakr@kernel.org>
Acked-by: Alexandre Courbot <acourbot@nvidia.com>
Acked-by: Danilo Krummrich <dakr@kernel.org>
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
Diffstat (limited to 'Documentation/gpu')
| -rw-r--r-- | Documentation/gpu/nova/core/todo.rst | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Documentation/gpu/nova/core/todo.rst b/Documentation/gpu/nova/core/todo.rst index 894a1e9c3741..8fdb5bced346 100644 --- a/Documentation/gpu/nova/core/todo.rst +++ b/Documentation/gpu/nova/core/todo.rst @@ -147,7 +147,6 @@ Numerical operations [NUMM] Nova uses integer operations that are not part of the standard library (or not implemented in an optimized way for the kernel). These include: -- Aligning up and down to a power of two, - The "Find Last Set Bit" (`fls` function of the C part of the kernel) operation. |
