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]

RE: [patch] Fixed-point patch 7/10


Hi, Mark,

  Based on your review, I attached the updated patch
which includes these changes:

1. Use integer_zerop and integer_onep in "convert_to_fixed".
2. New comments in "expand_expr_real_1" to explain that
   because "expand_mult", "expand_divmod", and "exapnd_shift" don't work
   for sat/non-sat fixed-point operations, for fixed-point modes we
   jump to the label of binop.
3. New changes in genopinit.c, because of the new method to initialize
instructions.

  Thanks a lot!

Regards,
Chao-ying

Attachment: changes.diff
Description: changes.diff


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]