]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Import the subset of J.T. Conklin's single-precision x86-optimized
authorDavid Schultz <das@FreeBSD.org>
Thu, 13 Jan 2005 18:58:25 +0000 (18:58 +0000)
committerDavid Schultz <das@FreeBSD.org>
Thu, 13 Jan 2005 18:58:25 +0000 (18:58 +0000)
commitfe69257da238b804afc2a6e84c5397451fd6942a
tree04a0605ee5b79977a033aa99669d833d7fc9395e
parent6920b9cc549dc2018cb13ec5f74b80e802debc49
Import the subset of J.T. Conklin's single-precision x86-optimized
math routines that appear to be (a) correct and (b) faster than their
MI counterparts on my Pentium 4.

Obtained from: NetBSD
17 files changed:
lib/msun/Makefile
lib/msun/i387/e_atan2f.S [new file with mode: 0644]
lib/msun/i387/e_log10f.S [new file with mode: 0644]
lib/msun/i387/e_logf.S [new file with mode: 0644]
lib/msun/i387/e_remainderf.S [new file with mode: 0644]
lib/msun/i387/e_scalbf.S [new file with mode: 0644]
lib/msun/i387/e_sqrtf.S [new file with mode: 0644]
lib/msun/i387/s_ceilf.S [new file with mode: 0644]
lib/msun/i387/s_copysignf.S [new file with mode: 0644]
lib/msun/i387/s_cosf.S [new file with mode: 0644]
lib/msun/i387/s_floorf.S [new file with mode: 0644]
lib/msun/i387/s_logbf.S [new file with mode: 0644]
lib/msun/i387/s_rintf.S [new file with mode: 0644]
lib/msun/i387/s_scalbnf.S [new file with mode: 0644]
lib/msun/i387/s_significandf.S [new file with mode: 0644]
lib/msun/i387/s_sinf.S [new file with mode: 0644]
lib/msun/i387/s_tanf.S [new file with mode: 0644]