-
Notifications
You must be signed in to change notification settings - Fork 105
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[zerocopy] Impl FromBytes/AsByes for SIMD types
Put these impls behind the `simd` feature flag because the layout of SIMD types is not yet stable. Provide impls of nightly-only SIMD types behind the `simd-nightly` feature flag. Fixed: 83299 Change-Id: I112d77bb63dbfd8c84b96445d2ec58efcdc88fda Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/573083 Commit-Queue: Joshua Liebow-Feeser <joshlf@google.com> Reviewed-by: Adam Perry <adamperry@google.com> Reviewed-by: Paul Faria <paulfaria@google.com>
- Loading branch information
Showing
2 changed files
with
169 additions
and
29 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