summaryrefslogtreecommitdiff
path: root/sysdeps/ieee754/ldbl-opt/nldbl-creal.c
blob: b02ce6e5e44de8f897504bb473af4a1cce96776c (plain)
1
2
3
4
5
6
7
8
9
#include "nldbl-compat.h"
#include <complex.h>

double
attribute_hidden
creall (double _Complex x)
{
  return creal (x);
}