sysdeps: Enable glibc f128 support for non-cuda and if compiler supports it

This commit is contained in:
Pranav Kant 2025-05-16 13:06:21 -07:00
parent 04a99db8c7
commit a557210c76
1 changed files with 1 additions and 1 deletions

View File

@ -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