Archived
1
0
Fork 0
This repository has been archived on 2025-03-06. You can view files and clone it, but cannot push or open issues or pull requests.
sm64/lib/asm/sqrtf.s
2020-06-02 12:44:34 -04:00

11 lines
194 B
ArmAsm

.set noat # allow manual use of $at
.set noreorder # don't insert nops after branches
.set gp=64
.include "macros.inc"
.section .text, "ax"
glabel sqrtf
jr $ra
sqrt.s $f0, $f12