Mon Mar 13 15:22:00 2000 Sergei Organov <osv@javad.ru>
* libm/mathfp/sf_sqrt.c: Change _DOUBLE_IS_32BITS sqrt call to sqrtf.
This commit is contained in:
		| @@ -1,3 +1,7 @@ | ||||
| Mon Mar 13 15:22:00 2000  Sergei Organov <osv@javad.ru> | ||||
|  | ||||
|         * libm/mathfp/sf_sqrt.c: Change _DOUBLE_IS_32BITS sqrt call to sqrtf. | ||||
|  | ||||
| Fri Mar 10 16:09:20 2000  Jeff Johnston <jjohnstn@cygnus.com> | ||||
|  | ||||
| 	* libc/include/string.h: Include <sys/types.h>. | ||||
|   | ||||
| @@ -94,7 +94,7 @@ _DEFUN (sqrtf, (float), | ||||
|  | ||||
| double sqrt (double x) | ||||
| { | ||||
|   return (double) sqrt ((float) x); | ||||
|   return (double) sqrtf ((float) x); | ||||
| } | ||||
|  | ||||
| #endif /* _DOUBLE_IS_32BITS */ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user