sm64

A Super Mario 64 decompilation
Log | Files | Refs | README | LICENSE

sqrtf.s (185B)


      1 .set noat      // allow manual use of $at
      2 .set noreorder // don't insert nops after branches
      3 
      4 #include "macros.inc"
      5 
      6 .section .text, "ax"
      7 
      8 glabel sqrtf
      9     jr $ra
     10      sqrt.s $f0, $f12