2018-07-30 Christophe Lyon <christophe.lyon@linaro.org>
* config/arm/ieee754-df.S: Fix comment for code working on
architectures >= 4.
* config/arm/ieee754-sf.S: Likewise.
From-SVN: r263066
+2018-07-30 Christophe Lyon <christophe.lyon@linaro.org>
+
+ * config/arm/ieee754-df.S: Fix comment for code working on
+ architectures >= 4.
+ * config/arm/ieee754-sf.S: Likewise.
+
2018-07-27 H.J. Lu <hongjiu.lu@intel.com>
PR libgcc/85334
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
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.