glibc/sysdeps/x86/bits
koraynilay 29803ed3ce math: Fix `unknown type name '__float128'` for clang 3.4 to 3.8.1 (bug 32694)
When compiling a program that includes <bits/floatn.h> using a clang version
between 3.4 (included) and 3.8.1 (included), clang will fail with `unknown type
name '__float128'; did you mean '__cfloat128'?`. This changes fixes the clang
prerequirements macro call in floatn.h to check for clang 3.9 instead of 3.4,
since support for __float128 was actually enabled in 3.9 by:

commit 50f29e06a1b6a38f0bba9360cbff72c82d46cdd4
Author: Nemanja Ivanovic <nemanja.i.ibm@gmail.com>
Date:   Wed Apr 13 09:49:45 2016 +0000

    Enable support for __float128 in Clang

This fixes bug 32694.

Signed-off-by: koraynilay <koray.fra@gmail.com>
Reviewed-by: H.J. Lu <hjl.tools@gmail.com>
2025-02-23 11:47:11 +08:00
..
platform Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
dl_find_object.h Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
endianness.h
floatn.h math: Fix `unknown type name '__float128'` for clang 3.4 to 3.8.1 (bug 32694) 2025-02-23 11:47:11 +08:00
flt-eval-method.h Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
fp-logb.h Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
indirect-return.h Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
link.h Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
setjmp.h Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
wordsize.h login: structs utmp, utmpx, lastlog _TIME_BITS independence (bug 30701) 2024-04-19 14:38:17 +02:00