Mutex/symphony_stdlib:div_isqrt
main
@@ -1,3 +1,82 @@
include errno
; (uint32_t, uint32_t) div(uint32_t, uint32_t);
; Divides two integers.
Maybe specify this is unsigned division in the descreption asa well as the type above?
@@ -1,0 +9,4 @@
; Results:
; - r1: Quotient
; - r2: Remainder
; Errors:
Missing clobbers: r1-r6
div
No dependencies set.
The note is not visible to the blocked user.
@@ -1,3 +1,82 @@include errno; (uint32_t, uint32_t) div(uint32_t, uint32_t);; Divides two integers.Maybe specify this is unsigned division in the descreption asa well as the type above?
@@ -1,0 +9,4 @@; Results:; - r1: Quotient; - r2: Remainder; Errors:Missing clobbers: r1-r6
divdocumentation f259d505b3View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.