Sourceware Bugzilla – Attachment 6657 Details for
Bug 13304
fma, fmaf, fmal produce wrong results
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
test case #17
test.c (text/x-csrc), 238 bytes, created by
law
on 2012-09-27 20:07:54 UTC
(
hide
)
Description:
test case #17
Filename:
MIME Type:
Creator:
law
Created:
2012-09-27 20:07:54 UTC
Size:
238 bytes
patch
obsolete
> >#include <assert.h> >#include <math.h> >#include <stdlib.h> > > >int main (void) { > double f1 = 0.0f; > double f2 = -1.0f; > double f3 = -0.0f; > > double dresult = fma (f1, f2, f3); > > if (! signbit (dresult)) > abort (); > exit (0); >} >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 13304
:
5990
|
5991
|
5992
|
5993
|
5994
|
5995
|
5996
|
5997
|
5998
|
5999
|
6000
|
6001
|
6002
|
6003
|
6004
|
6005
|
6006
|
6008
|
6014
|
6015
|
6017
| 6657