Fix accidental duplication of jump instruction
This commit is contained in:
parent
d2093a40d3
commit
3a2df19db6
|
@ -55,7 +55,6 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|||
ldr s4, [X], #4
|
||||
fcmp s4, REGZERO
|
||||
beq 2f /* KERNEL_F1_NEXT_\@ */
|
||||
beq 2f
|
||||
fabs s4, s4
|
||||
fcmp SCALE, s4
|
||||
bge 1f /* KERNEL_F1_SCALE_GE_X_\@ */
|
||||
|
|
Loading…
Reference in New Issue