Skip to content

Commit 125343c

Browse files
authored
Drop test for zero incx,incy in armv7 AXPY
...to pass the related utest (see #1469)
1 parent 0ab5bf1 commit 125343c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

kernel/arm/axpy_vfp.S

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -440,13 +440,13 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
440440

441441
cmp N, #0
442442
ble axpy_kernel_L999
443-
443+
/*
444444
cmp INC_X, #0
445445
beq axpy_kernel_L999
446446

447447
cmp INC_Y, #0
448448
beq axpy_kernel_L999
449-
449+
*/
450450
cmp INC_X, #1
451451
bne axpy_kernel_S_BEGIN
452452

0 commit comments

Comments
 (0)