Changes between Version 7 and Version 18 of Ticket #11920
- Timestamp:
- 10/31/11 14:19:26 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #11920
-
Property
Reviewers
changed from
to
Leif Leonhardy
-
Property
Summary
changed from
Sympow needs specify -ffp-contract=on and should create datafiles
toSympow needs to disable fused-multiply-add and should create datafiles
-
Property
Reviewers
changed from
-
Ticket #11920 – Description
v7 v18 1 1 See #11226 and [http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48823]. 2 2 3 For sympow, we need to use the compiler option -ffp-contract=on(if the compiler supports it).3 For sympow, we need to use the compiler option `-ffp-contract=on` or `-mno-fused-madd` (if the compiler supports it). 4 4 5 5 Sympow should also create its datafiles, see #5155.