sm64/lib/asm/sqrtf.s

11 lines
185 B
ArmAsm
Raw Permalink 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
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