Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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 2 months ago
JSON representation

Generic SIMD abstractions for Rust.

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.