===================================================================
@@ -657,7 +657,7 @@
beq LSYM(Lml_1)
@ Here is the actual multiplication.
- @ This code works on architecture versions > 4
+ @ This code works on architecture versions >= 4
umull ip, lr, xl, yl
mov r5, #0
umlal lr, r5, xh, yl
===================================================================
@@ -461,7 +461,7 @@
orr r1, r3, r1, lsr #5
@ The actual multiplication.
- @ This code works on architecture versions > 4
+ @ This code works on architecture versions >= 4
umull r3, r1, r0, r1
@ Put final sign in r0.