~ubuntu-branches/ubuntu/precise/eglibc/precise

« back to all changes in this revision

Viewing changes to sysdeps/x86_64/fpu/multiarch/e_log-avx.c

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2011-10-04 17:48:26 UTC
  • mfrom: (216.1.23 oneiric)
  • Revision ID: package-import@ubuntu.com-20111004174826-2cyb9ewn3ucymlsx
Tags: 2.13-20ubuntu5
libc6-dev: Don't break the current {gnat,gcj}-4.4-base versons. LP: #853688.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#define __ieee754_log __ieee754_log_avx
2
 
#define __mplog __mplog_avx
3
 
#define __add __add_avx
4
 
#define __dbl_mp __dbl_mp_avx
5
 
#define __sub __sub_avx
6
 
#define SECTION __attribute__ ((section (".text.avx")))
7
 
 
8
 
#include <sysdeps/ieee754/dbl-64/e_log.c>