History log of /openbsd/lib/libm/arch/sh/e_sqrtf.c (Results 1 – 3 of 3)
Revision Date Author Comments
# 2f2c0062 12-Sep-2016 guenther <guenther@openbsd.org>

Reduce libm's exports and make internal calls go direct.
All dependencies on libc are now via reserved/standardized names.

ok kettenis@ millert@ deraadt@


# b5aa3b33 18-Apr-2014 guenther <guenther@openbsd.org>

It's been a quarter century: we can assume volatile is present with that name.


# f0a70dfe 05-Apr-2009 martynas <martynas@openbsd.org>

implement and use sqrt, sqrtf & fabsf in hardware; since it's
faster that way. tested by myself. discussed w/ & ok miod@, millert@