Skip to content

Commit

Permalink
Chore: Cargo format
Browse files Browse the repository at this point in the history
  • Loading branch information
coastalwhite committed Aug 22, 2023
1 parent 5b0f442 commit 36154d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/core_arch/src/riscv_shared/zk.rs
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ extern "unadjusted" {
#[inline]
pub unsafe fn packh(rs1: usize, rs2: usize) -> usize {
// Note: There is no LLVM intrinsic for this instruction currently.

let value: usize;
unsafe {
asm!(
Expand Down

0 comments on commit 36154d7

Please sign in to comment.