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