https://github.com/calebzulawski/generic-simd
Generic SIMD abstractions for Rust.
https://github.com/calebzulawski/generic-simd
generics rust rust-generics simd
Last synced: about 1 year ago
JSON representation
Generic SIMD abstractions for Rust.
- Host: GitHub
- URL: https://github.com/calebzulawski/generic-simd
- Owner: calebzulawski
- License: apache-2.0
- Archived: true
- Created: 2020-03-09T03:50:06.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-11-18T22:18:33.000Z (over 3 years ago)
- Last Synced: 2025-04-13T03:17:03.755Z (about 1 year ago)
- Topics: generics, rust, rust-generics, simd
- Language: Rust
- Homepage:
- Size: 184 KB
- Stars: 47
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
generic-simd
============
[](https://github.com/calebzulawski/generic-simd/actions)

[](https://crates.io/crates/generic-simd)
[](https://crates.io/crates/generic-simd)
[](https://docs.rs/generic-simd)
NOTE: This project has been archived. Please use `std::simd` instead.
generic-simd provides safe and idiomatic zero-cost abstractions for writing explicit cross-platform SIMD operations.
## License
generic-simd is distributed under the terms of both the MIT license and the Apache License (Version 2.0).
See [LICENSE-APACHE](LICENSE-APACHE) and [LICENSE-MIT](LICENSE-MIT) for details.