7 lines
171 B
Rust
7 lines
171 B
Rust
//! Instruction Set Architectures.
|
|
//!
|
|
//! The sub-modules of this `isa` module provide definitions for the instruction sets that Cretonne
|
|
//! can target.
|
|
|
|
pub mod riscv;
|