Skip to main content

morok_codegen/llvm/cpu/
mod.rs

1//! CPU-specific LLVM IR text generation.
2
3pub mod ops;
4
5pub use ops::{reduce_identity, render_uop};