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