diff options
Diffstat (limited to 'libgcc/config/libbid/_eq_td.c')
-rw-r--r-- | libgcc/config/libbid/_eq_td.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libgcc/config/libbid/_eq_td.c b/libgcc/config/libbid/_eq_td.c index 8dcbce3..ef4ac55 100644 --- a/libgcc/config/libbid/_eq_td.c +++ b/libgcc/config/libbid/_eq_td.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2024 Free Software Foundation, Inc. +/* Copyright (C) 2007-2025 Free Software Foundation, Inc. This file is part of GCC. @@ -29,7 +29,7 @@ CMPtype __bid_eqtd2 (_Decimal128 x, _Decimal128 y) { CMPtype res; union decimal128 ux, uy; - + ux.d = x; uy.d = y; res = __bid128_quiet_equal (ux.i, uy.i); |