rustlane 0.1.1

ISPC-style SPMD programming model for Rust: natural control flow lowered to masked SIMD by proc macros over nightly std::simd
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "rustlane"
version = "0.1.1"
edition = "2021"
license = "MIT"
description = "ISPC-style SPMD programming model for Rust: natural control flow lowered to masked SIMD by proc macros over nightly std::simd"
keywords = ["simd", "spmd", "ispc", "parallel", "vectorization"]
categories = ["hardware-support", "concurrency"]
repository = "https://github.com/byeongjee/rustlane"
readme = "../README.md"

[dependencies]
rustlane-macros = { version = "=0.1.1", path = "../rustlane-macros" }