Commit b7415975 by Christophe Lyon Committed by Christophe Lyon

[ARM] libgcc: Fix comment for code working on architectures >= 4.

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
parent 4cc03514
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
......
......@@ -657,7 +657,7 @@ ARM_FUNC_ALIAS aeabi_dmul muldf3
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 @@ LSYM(Lml_x):
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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment