mirror of
https://github.com/vosen/ZLUDA.git
synced 2025-04-20 00:14:45 +00:00
Typo
This commit is contained in:
parent
33ef74121c
commit
98d5a674a8
1 changed files with 1 additions and 1 deletions
|
@ -1969,7 +1969,7 @@ fn insert_hardware_registers<'input>(
|
|||
// * sub.cc x, 0,0 will set CC to 1
|
||||
// and for subc:
|
||||
// * if CC is 1 then subc will compute d = a - b
|
||||
// * if CC is 0 then subc will compute d = (a - b) + 1
|
||||
// * if CC is 0 then subc will compute d = a - b - 1
|
||||
fn insert_hardware_registers_impl<'input>(
|
||||
id_defs: &mut IdNameMapBuilder<'input>,
|
||||
typed_statements: Vec<TypedStatement>,
|
||||
|
|
Loading…
Add table
Reference in a new issue