Expand description
Proc-macros for archmage SIMD capability tokens.
Provides #[arcane] attribute (with #[simd_fn] alias) to make raw intrinsics
safe via token proof.
Attribute Macrosยง
- arcane
- Mark a function as an arcane SIMD function.
- multiwidth
- Generate width-specialized SIMD code.
- simd_fn
- Alias for
arcane- mark a function as an arcane SIMD function.