Fix accidental duplication of jump instruction

This commit is contained in:
Martin Kroeker 2019-10-08 08:09:26 +02:00 committed by GitHub
parent d2093a40d3
commit 3a2df19db6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -55,7 +55,6 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
ldr s4, [X], #4 ldr s4, [X], #4
fcmp s4, REGZERO fcmp s4, REGZERO
beq 2f /* KERNEL_F1_NEXT_\@ */ beq 2f /* KERNEL_F1_NEXT_\@ */
beq 2f
fabs s4, s4 fabs s4, s4
fcmp SCALE, s4 fcmp SCALE, s4
bge 1f /* KERNEL_F1_SCALE_GE_X_\@ */ bge 1f /* KERNEL_F1_SCALE_GE_X_\@ */