e_sqrt.S revision 1.2
11.2Smatt/* $NetBSD: e_sqrt.S,v 1.2 2015/03/27 23:35:40 matt Exp $ */ 21.1Smatt 31.1Smatt/* The contents of this file are in the public domain. */ 41.1Smatt 51.1Smatt#include <machine/asm.h> 61.1Smatt 71.1SmattENTRY(__ieee754_sqrt) 81.2Smatt fsqrt.d fa0, fa0 91.1Smatt ret 101.1SmattEND(__ieee754_sqrt) 11