Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/calebzulawski/generic-simd
Generic SIMD abstractions for Rust.
https://github.com/calebzulawski/generic-simd
generics rust rust-generics simd
Last synced: 3 days 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 4 years ago)
- Default Branch: master
- Last Pushed: 2022-11-18T22:18:33.000Z (almost 2 years ago)
- Last Synced: 2024-10-31T11:58:10.987Z (14 days ago)
- Topics: generics, rust, rust-generics, simd
- Language: Rust
- Homepage:
- Size: 184 KB
- Stars: 47
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
generic-simd
============
[![Build Status](https://github.com/calebzulawski/generic-simd/workflows/Build/badge.svg?branch=master)](https://github.com/calebzulawski/generic-simd/actions)
![Rustc Version 1.42+](https://img.shields.io/badge/rustc-1.42+-lightgray.svg)
[![License](https://img.shields.io/crates/l/generic-simd)](https://crates.io/crates/generic-simd)
[![Crates.io](https://img.shields.io/crates/v/generic-simd)](https://crates.io/crates/generic-simd)
[![Rust Documentation](https://img.shields.io/badge/api-rustdoc-blue.svg)](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.