]> sourceware.org Git - glibc.git/blame - math/w_pow.c
Disable use of -fsignaling-nans if compiler does not support it
[glibc.git] / math / w_pow.c
CommitLineData
a502c529
SN
1#include <math-type-macros-double.h>
2#undef __USE_WRAPPER_TEMPLATE
3#define __USE_WRAPPER_TEMPLATE 1
4#undef declare_mgen_alias
5#define declare_mgen_alias(a, b)
6#include <w_pow_template.c>
7versioned_symbol (libm, __pow, pow, GLIBC_2_29);
8libm_alias_double_other (__pow, pow)
This page took 0.105755 seconds and 5 git commands to generate.