summaryrefslogtreecommitdiff
path: root/sysdeps/ieee754/ldbl-opt/conj.c
blob: e4edade05e19051f4e4f0d8e4c5862741b677867 (plain)
1
2
3
4
5
6
#include <complex.h>
#include <math_ldbl_opt.h>
#include <math/conj.c>
#if LONG_DOUBLE_COMPAT(libm, GLIBC_2_1)
compat_symbol (libm, __conj, conjl, GLIBC_2_1);
#endif