public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug other/52930] New: quadmath: missing logbq, modfq, nexttowardq, exp2q
@ 2012-04-10 22:22 tydeman at tybor dot com
  2012-04-24  4:07 ` [Bug other/52930] " pinskia at gcc dot gnu.org
  2023-03-26 23:11 ` foss at grueninger dot de
  0 siblings, 2 replies; 3+ messages in thread
From: tydeman at tybor dot com @ 2012-04-10 22:22 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52930

             Bug #: 52930
           Summary: quadmath: missing logbq, modfq, nexttowardq, exp2q
    Classification: Unclassified
           Product: gcc
           Version: 4.6.3
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: other
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: tydeman@tybor.com


Either the header <quadmath.h> is missing the prototypes, and/or
the library -lquadmath is missing the functions listed in the summary.
These problems were found in a C99 program using 4.6.3-2 of float128
in Linux Fedora Core 16 on an Intel Core 2 CPU.

Also, FLT128_DENORM_MIN should be renamed to FLT128_TRUE_MIN to match C11.

Also, #define FLT128_DECIMAL_DIG 36 should be added to match C11.

Also, #define FLT128_HAS_SUBNORM 1 should be added to match C11.

It would be nice if <tgmath.h> supported all four floating-point types;
float, double, long double, __float128.

It would be nice if isnan(), isinf(), ... supported all four floating-point
types.

It appears that the 113/128 quad is converted to 64/80 long double when
any of the quad functions are called.  
For example, fabsq(1.0Q - FLT128_EPSILON) returns 1.0Q


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Bug other/52930] quadmath: missing logbq, modfq, nexttowardq, exp2q
  2012-04-10 22:22 [Bug other/52930] New: quadmath: missing logbq, modfq, nexttowardq, exp2q tydeman at tybor dot com
@ 2012-04-24  4:07 ` pinskia at gcc dot gnu.org
  2023-03-26 23:11 ` foss at grueninger dot de
  1 sibling, 0 replies; 3+ messages in thread
From: pinskia at gcc dot gnu.org @ 2012-04-24  4:07 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52930

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |enhancement


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Bug other/52930] quadmath: missing logbq, modfq, nexttowardq, exp2q
  2012-04-10 22:22 [Bug other/52930] New: quadmath: missing logbq, modfq, nexttowardq, exp2q tydeman at tybor dot com
  2012-04-24  4:07 ` [Bug other/52930] " pinskia at gcc dot gnu.org
@ 2023-03-26 23:11 ` foss at grueninger dot de
  1 sibling, 0 replies; 3+ messages in thread
From: foss at grueninger dot de @ 2023-03-26 23:11 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52930

Christoph <foss at grueninger dot de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |foss at grueninger dot de

--- Comment #1 from Christoph <foss at grueninger dot de> ---
logbq became part of GCC 6, released in 2016, see
https://github.com/gcc-mirror/gcc/commit/03c02a42c59949e6ae0fdb0892fb3e751932d17b

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-03-26 23:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-10 22:22 [Bug other/52930] New: quadmath: missing logbq, modfq, nexttowardq, exp2q tydeman at tybor dot com
2012-04-24  4:07 ` [Bug other/52930] " pinskia at gcc dot gnu.org
2023-03-26 23:11 ` foss at grueninger dot de

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).