Chore cargo fmt
This commit is contained in:
parent
f0be271de9
commit
1c5eb32416
4 changed files with 4 additions and 4 deletions
|
|
@ -2,4 +2,4 @@
|
|||
|
||||
mod zk;
|
||||
|
||||
pub use zk::*;
|
||||
pub use zk::*;
|
||||
|
|
|
|||
|
|
@ -455,4 +455,4 @@ pub unsafe fn sha512sum1r(rs1: u32, rs2: u32) -> u32 {
|
|||
)
|
||||
}
|
||||
value
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
//! Shared RISC-V intrinsics
|
||||
|
||||
mod zk;
|
||||
mod p;
|
||||
mod zk;
|
||||
|
||||
#[unstable(feature = "stdsimd", issue = "27731")]
|
||||
pub use p::*;
|
||||
|
|
|
|||
|
|
@ -591,4 +591,4 @@ pub unsafe fn sm3p1(rs1: usize) -> usize {
|
|||
)
|
||||
}
|
||||
value
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue