#include "nldbl-compat.h"

double
attribute_hidden
fabsl (double x)
{
  return fabs (x);
}