Provide sqrtl alias

This commit is contained in:
martin 2014-03-06 11:00:17 +00:00
parent f03b314bc0
commit 74530a2d26
1 changed files with 5 additions and 1 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: n_sqrt.S,v 1.8 2007/04/18 04:46:13 matt Exp $ */
/* $NetBSD: n_sqrt.S,v 1.9 2014/03/06 11:00:17 martin Exp $ */
/*
* Copyright (c) 1985, 1993
* The Regents of the University of California. All rights reserved.
@ -32,6 +32,10 @@
#include <machine/asm.h>
#ifdef WEAK_ALIAS
WEAK_ALIAS(sqrtl, sqrt)
#endif
/*
* double sqrt(arg) revised August 15,1982
* double arg;