summaryrefslogtreecommitdiff
path: root/src/libultra/gu/sqrtf.s
blob: e1252d82fb489660056ee518af21f7b2fac25034 (plain)
1
2
3
4
5
6
7
8
9
#include "PR/asm.h"
#include "PR/regdef.h"

.text

LEAF(sqrtf)
    sqrt.s  fv0, fa0
    j       ra
END(sqrtf)