e_sqrt.S revision 1.1
11.1Smatt/* $NetBSD: e_sqrt.S,v 1.1 2014/09/19 17:36:25 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.1Smatt	fsqrt.d	fv0, fa0
91.1Smatt	ret
101.1SmattEND(__ieee754_sqrt)
11