Skip to content
Snippets Groups Projects
Commit a847e7b1 authored by Philippe Mathieu-Daudé's avatar Philippe Mathieu-Daudé :speech_balloon: Committed by Het Gala
Browse files

fpu/softfloat: Remove mention of TILE-Gx target


TILE-Gx has been removed during the v6.0 release (see
commit 2cc1a901 "Remove deprecated target tilegx"),
no need to mention it in the list of "supported targets".

Signed-off-by: default avatarPhilippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Thomas Huth's avatarThomas Huth <thuth@redhat.com>
Reviewed-by: default avatarRichard Henderson <richard.henderson@linaro.org>
Reviewed-by: default avatarMichael Tokarev <mjt@tls.msk.ru>
Signed-off-by: default avatarMichael Tokarev <mjt@tls.msk.ru>
parent a6c068cf
No related branches found
No related tags found
No related merge requests found
......@@ -152,7 +152,7 @@ static void parts64_default_nan(FloatParts64 *p, float_status *status)
/*
* This case is true for Alpha, ARM, MIPS, OpenRISC, PPC, RISC-V,
* S390, SH4, TriCore, and Xtensa. Our other supported targets,
* CRIS, Nios2, and Tile, do not have floating-point.
* CRIS and Nios2, do not have floating-point.
*/
if (snan_bit_is_one(status)) {
/* set all bits other than msb */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment