Sourceware Bugzilla – Attachment 1513 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 to verify that the intermediate multiply product has full percision
soft-fp-fma-test-20070117.txt (text/plain), 546 bytes, created by
Steven Munroe
on 2007-01-23 00:03:37 UTC
(
hide
)
Description:
Updated fma_test to verify that the intermediate multiply product has full percision
Filename:
MIME Type:
Creator:
Steven Munroe
Created:
2007-01-23 00:03:37 UTC
Size:
546 bytes
patch
obsolete
>diff -urN libc25-cvstip-20070117/math/libm-test.inc libc24/math/libm-test.inc >--- libc25-cvstip-20070117/math/libm-test.inc 2006-09-20 14:36:26.000000000 -0500 >+++ libc24/math/libm-test.inc 2007-01-12 14:06:59.000000000 -0600 >@@ -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