From: Doug Evans <dje@google.com>
To: openrisc@lists.librecores.org
Subject: [OpenRISC] [PATCH v5 1/6] sim: cgen: add remainder functions (needed for OR1K lf.rem.[sd])
Date: Mon, 09 Oct 2017 17:00:40 +0000 [thread overview]
Message-ID: <94eb2c0628d464df77055b202198@google.com> (raw)
Stafford Horne writes:
> > > + else if (n.class == sim_fpu_class_number
> > > + && n.normal_exp <= (NR_FRAC_GUARD)) /* If not too large round. */
> >
> > This line should be aligned with the opening parenthesis (well, one char to the right).
>
> Right, that does move the comment out of the 80 char range, but just the
> ending '*/'. I hope thats ok.
A common thing to do is put the comment on the preceding line.
E.g.,
else if (n.class == sim_fpu_class_number
/* If not too large round. */
&& n.normal_exp <= (NR_FRAC_GUARD))
[appropriately tabbed of course]
next reply other threads:[~2017-10-09 17:00 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-10-09 17:00 Doug Evans [this message]
-- strict thread matches above, loose matches on Subject: below --
2017-10-09 17:01 [OpenRISC] [PATCH v5 1/6] sim: cgen: add remainder functions (needed for OR1K lf.rem.[sd]) Doug Evans
2017-10-05 13:49 [OpenRISC] [PATCH v5 0/6] sim port for OpenRISC Stafford Horne
2017-10-05 13:49 ` [OpenRISC] [PATCH v5 1/6] sim: cgen: add remainder functions (needed for OR1K lf.rem.[sd]) Stafford Horne
2017-10-07 15:52 ` Simon Marchi
2017-10-08 12:23 ` Stafford Horne
2017-10-08 14:06 ` Simon Marchi
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=94eb2c0628d464df77055b202198@google.com \
--to=dje@google.com \
--cc=openrisc@lists.librecores.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.