public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
From: Jim Wilson <jimw@sifive.com>
To: William Tambe <tambewilliam@gmail.com>
Cc: gcc-help <gcc-help@gcc.gnu.org>
Subject: Re: Enable libgcc floating point emulation routines
Date: Fri, 23 Oct 2020 12:33:35 -0700	[thread overview]
Message-ID: <CAFyWVaZmOi-mMPgHifiaS+7ofxwvnyhjtE+r9VvUbbZaFOKJHw@mail.gmail.com> (raw)
In-Reply-To: <CAF8i9mPB3=KkkcH=-QDap8pHVa_3e870iG1L8n1GAqMmv9JAfg@mail.gmail.com>

On Wed, Oct 21, 2020 at 7:48 PM William Tambe <tambewilliam@gmail.com>
wrote:

> However, compiling a program that uses __mulsf3() throws the following
> error:
> error: implicit declaration of function ‘__mulsf3’; did you mean
> ‘__mulsc3’? [-Werror=implicit-function-declaration]
>

__mulsf3 isn't a user visible function.  Instead of trying to call it, use
the '*' multiply operator and the compiler will call it for you.

Jim

      parent reply	other threads:[~2020-10-23 19:33 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-21 20:27 William Tambe
2020-10-21 23:36 ` Jim Wilson
2020-10-22  2:48   ` William Tambe
2020-10-22  3:40     ` William Tambe
2020-10-23 19:34       ` Jim Wilson
2020-10-23 19:33     ` Jim Wilson [this message]

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=CAFyWVaZmOi-mMPgHifiaS+7ofxwvnyhjtE+r9VvUbbZaFOKJHw@mail.gmail.com \
    --to=jimw@sifive.com \
    --cc=gcc-help@gcc.gnu.org \
    --cc=tambewilliam@gmail.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).