-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[External] [stdlib]
SIMD.from_bytes()
and SIMD.as_bytes()
(#54932)
[External] [stdlib] `SIMD.from_bytes()` and `SIMD.as_bytes()` Similar to the Python's [int.from_bytes()](https://docs.python.org/3/library/stdtypes.html#int.from_bytes) and [int.to_bytes()](https://docs.python.org/3/library/stdtypes.html#int.to_bytes) one. --------- Signed-off-by: Lukas Hermann <[email protected]> Co-authored-by: Manuel Saelices <[email protected]> Co-authored-by: Lukas Hermann <[email protected]> Co-authored-by: abdul dakkak <[email protected]> Closes #3966 MODULAR_ORIG_COMMIT_REV_ID: 6f00b8254c5e5bf87b10818da7021d0f682a8949
- Loading branch information
1 parent
61c89c6
commit eb56605
Showing
3 changed files
with
103 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters