1
Fork 0
sm64/lib/asm/sqrtf.s

12 lines
196 B
ArmAsm
Raw Normal View History

2021-07-12 23:17:54 -04:00
.set noat // allow manual use of $at
.set noreorder // don't insert nops after branches
2020-06-02 12:44:34 -04:00
.set gp=64
2021-07-12 23:17:54 -04:00
#include "macros.inc"
2020-06-02 12:44:34 -04:00
.section .text, "ax"
glabel sqrtf
jr $ra
sqrt.s $f0, $f12