Skip to main content

Crate archmage_macros

Crate archmage_macros 

Source
Expand description

Proc-macros for archmage SIMD capability tokens.

Provides #[arcane] attribute (with #[arcane] alias) to make raw intrinsics safe via token proof.

Macros§

incant
Dispatch to platform-specific SIMD variants.
simd_route
Legacy alias for incant!.

Attribute Macros§

arcane
Mark a function as an arcane SIMD function.
magetypes
Generate platform-specific variants from a function by replacing Token.
rite
Annotate inner SIMD helpers called from #[arcane] functions.