mirror of git://sourceware.org/git/glibc.git
sysdeps: Enable glibc f128 support for non-cuda and if compiler supports it
This commit is contained in:
parent
04a99db8c7
commit
a557210c76
|
@ -33,7 +33,7 @@
|
|||
#if (defined __x86_64__ \
|
||||
? __GNUC_PREREQ (4, 3) \
|
||||
: (defined __GNU__ ? __GNUC_PREREQ (4, 5) : __GNUC_PREREQ (4, 4))) \
|
||||
|| defined __clang__
|
||||
|| (defined __clang__ && defined __FLOAT128__ && !defined(__CUDA__))
|
||||
# define __HAVE_FLOAT128 1
|
||||
#else
|
||||
# define __HAVE_FLOAT128 0
|
||||
|
|
Loading…
Reference in New Issue