Sourceware Bugzilla – Attachment 1666 Details for
Bug 3268
fma for all targets without hardware fma instructions is incorrect.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Updated fma_test for current CVS
soft-fp-fma-test-20070320.txt (text/plain), 654 bytes, created by
Steven Munroe
on 2007-04-03 20:39:22 UTC
(
hide
)
Description:
Updated fma_test for current CVS
Filename:
MIME Type:
Creator:
Steven Munroe
Created:
2007-04-03 20:39:22 UTC
Size:
654 bytes
patch
obsolete
>2007-04-03 Steven Munroe <sjmunroe@us.ibm.com> > > [BZ #3268] > * math/libm-test.inc (fma_test): New tests. > >diff -urN libc25-cvstip-20070320/math/libm-test.inc libc25/math/libm-test.inc >--- libc25-cvstip-20070320/math/libm-test.inc 2007-03-15 15:10:16.000000000 -0500 >+++ libc25/math/libm-test.inc 2007-03-30 15:30:26.000000000 -0500 >@@ -2766,6 +2766,12 @@ > > TEST_fff_f (fma, 1.25L, 0.75L, 0.0625L, 1.0L); > >+ TEST_fff_f (fma, 8388609.0L, 8388609.0L, -70368752566272.0L, 8388609.0L); >+ >+#ifdef TEST_DOUBLE >+ TEST_fff_f (fma, 0x1.0000000000001p+52, 0x1.0000000000001p+52, -0x1.0000000000001p+104, 0x1.0000000000001p+52); >+#endif >+ > END (fma); > } >
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 3268
:
1326
|
1327
|
1348
|
1349
|
1350
|
1511
|
1512
|
1513
|
1514
|
1515
|
1664
|
1665
| 1666 |
4569