Optimize f_mod
authorUlrich Drepper <drepper@gmail.com>
Mon, 24 Oct 2011 00:55:26 +0000 (20:55 -0400)
committerUlrich Drepper <drepper@gmail.com>
Mon, 24 Oct 2011 00:55:26 +0000 (20:55 -0400)
commit0275fff8a105d5963df43b27df769487adac25ac
tree2896c1ef127f15491afc3f4c8ab87cf75558fea4
parent10d005f77f0dfb5b7abaf4e78b875964ceaa7ed4
Optimize f_mod

Branch prediction for the 32-bit implementation and a new optimized
64-bit implementation.
ChangeLog
sysdeps/ieee754/dbl-64/e_fmod.c
sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c [new file with mode: 0644]