This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
Other format: | [Raw text] |
:ADDPATCH middle-end (math optimizations): Hello, Following message http://gcc.gnu.org/ml/gcc-patches/2006-09/msg01075.html attached are two patches that should answer PR 28684. The first patch implements -fassociative-math flag which allow reordering of floating points numbers. The second implements -freciprocal-math flag which allow reciprocal operations on floats. Both flags are drived from the -funsafe-math-optimizations flag as described in PR 28684. Bootstrap & regression passed on Linux Powerpc. Comments are welcome. Revital (See attached file: diff_associative_3_9)(See attached file: diff_reciprocal_3_9) (See attached file: ChangeLog_associative.txt)(See attached file: ChangeLog_reciprocal.txt)
Attachment:
diff_associative_3_9
Description: Binary data
Attachment:
diff_reciprocal_3_9
Description: Binary data
Attachment:
ChangeLog_associative.txt
Description: Text document
Attachment:
ChangeLog_reciprocal.txt
Description: Text document
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |