Browse Source

Fix accidental duplication of jump instruction

tags/v0.3.8^2
Martin Kroeker GitHub 6 years ago
parent
commit
3a2df19db6
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      kernel/arm64/nrm2.S

+ 0
- 1
kernel/arm64/nrm2.S View File

@@ -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…
Cancel
Save