Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LPC4/Full-Stack
/ sltu
Function
sltu
crates/virtual-machine/src/cpu/alu.rs:92–94 ·
view source on GitHub ↗
(a: u64, b: u64)
Source
from the content-addressed store, hash-verified
90
}
91
#[inline]
92
pub fn sltu(a: u64, b: u64) -> u64 {
93
(a < b) as u64
94
}
95
96
// 32-bit word ops, result is sign-extended to 64 bits.
97
Callers
2
exec_alu_imm
Function · 0.85
exec_alu
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected