Skip to content

Commit fa62cde

Browse files
committed
Polish the note about function generation
1 parent 499281c commit fa62cde

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/lib.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ pub type Select2C32 = Option<extern "C" fn(*const c32, *const c32) -> i32>;
5454
pub type Select1C64 = Option<extern "C" fn(*const c64) -> i32>;
5555
pub type Select2C64 = Option<extern "C" fn(*const c64, *const c64) -> i32>;
5656

57-
// The rest of this file is generated using `bin/generate.py` and formatted using `rustfmt`.
57+
// The rest is generated using `bin/generate.py` and formatted using `rustfmt`.
58+
// Therefore, all the changes should be made in `bin/generate.py`.
5859

5960
#[inline]
6061
pub unsafe fn sgetrf(m: i32, n: i32, a: &mut [f32], lda: i32, ipiv: &mut [i32], info: &mut i32) {

0 commit comments

Comments
 (0)