This commit is contained in:
Jonathan Pallant (42 Technology) 2021-10-11 16:37:50 +01:00
parent e1afb70bd2
commit 5c55af76d2

View file

@ -209,7 +209,7 @@ pub fn soft_double_table() -> *const usize {
rom_table_lookup(DATA_TABLE, *b"SD")
}
/// ROM functions using single-precision arithmetic (i.e. 'f64' in Rust terms)
/// ROM functions using single-precision arithmetic (i.e. 'f32' in Rust terms)
pub mod float_funcs {
macro_rules! make_functions {