]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h
Use PRINTF_LDBL_IS_DBL instead of __ldbl_is_dbl.
[thirdparty/glibc.git] / sysdeps / ieee754 / ldbl-opt / math_ldbl_opt.h
index 1c49036f7bd821b7ab761c1b0043eda51cb8491f..cbe8156e393f32618aaa2a5098ee9fff54079d3d 100644 (file)
   weak_alias (local, symbol)
 # endif
 #endif
-
-#ifndef __ASSEMBLER__
-/* Set temporarily to non-zero if long double should be considered
-   the same as double.  */
-extern __thread int __no_long_double attribute_tls_model_ie attribute_hidden;
-# define __ldbl_is_dbl __builtin_expect (__no_long_double, 0)
-#endif