~vcs-imports/eglibc/trunk

« back to all changes in this revision

Viewing changes to libc/sysdeps/ieee754/ldbl-128ibm/s_truncl.c

  • Committer: joseph
  • Date: 2014-01-22 02:56:41 UTC
  • Revision ID: svn-v4:7b3dc134-2b1b-0410-93df-9e9f96275f8d:trunk:25088
Merge changes between r24941 and r25087 from /fsf/trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
   License along with the GNU C Library; if not, see
18
18
   <http://www.gnu.org/licenses/>.  */
19
19
 
20
 
/* This has been coded in assembler because GCC makes such a mess of it
21
 
   when it's coded in C.  */
22
 
 
23
20
#include <math.h>
24
21
#include <math_ldbl_opt.h>
25
22
#include <float.h>