public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
From: Adhemerval Zanella <adhemerval.zanella@linaro.org>
To: Yuki Kimoto <kimoto.yuki@gmail.com>, libc-alpha@sourceware.org
Subject: Re: question about cproj, cprojf
Date: Mon, 28 Dec 2020 14:57:26 -0300	[thread overview]
Message-ID: <e8853efa-73f2-1349-39b8-1522362e4715@linaro.org> (raw)
In-Reply-To: <CAExogxOH61+JQfPoeR0EU6O1FpAhfDNWcMFsmS=G59=3dH3zWA@mail.gmail.com>



On 27/12/2020 20:33, Yuki Kimoto via Libc-alpha wrote:
> Hi, I'm Yuki Kimoto
> 
> I have one problem.
> 
> I'm SPVM programing language author. This is C transpiler from Perl syntax.
> 
> https://github.com/yuki-kimoto/SPVM
> 
> gcc is used to compile C language produced by SPVM library
> 
> Old glibc cproj, cprojf is different from new implementation of cproj,
> cprojf.


Do you mean the feb62ddac which replaced the math/s_cproj{f,l}.c by 
math/s_cproj_template.c (added by 1dbc54f61e)? It does not change
the glibc exported ABI, only internal implementation.

> 
> I provide new cproj, cprojf on SPVM in old glibc.

These function were initially provided by 2.1, which is the baseline
for most ABIs. It is not clearly why exactly you need to provide
such implementations.

> 
> If I can know, I want to know the version check way and see cproj
> implementation.
> 

Not sure I understand your question. Which problem are trying to fix
in your project? Could you describe it better?

      reply	other threads:[~2020-12-28 17:57 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-27 23:33 Yuki Kimoto
2020-12-28 17:57 ` Adhemerval Zanella [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=e8853efa-73f2-1349-39b8-1522362e4715@linaro.org \
    --to=adhemerval.zanella@linaro.org \
    --cc=kimoto.yuki@gmail.com \
    --cc=libc-alpha@sourceware.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 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).