9front - general discussion about 9front
 help / color / mirror / Atom feed
From: kvik@a-b.xyz
To: 9front@9front.org
Subject: Re: [9front] /arm64/include/math
Date: Mon, 8 Jun 2020 13:05:51 +0200	[thread overview]
Message-ID: <7B0D649102CCF5196FF6D2E76A42C1E2@a-b.xyz> (raw)
In-Reply-To: <622B67BFC04AE10C1DD27CB31B395A36@hera.eonet.ne.jp>

Yes, this is a problem for all but amd64 APE math.h headers.

	; grep -n isinf $arch/include/ape/math.h
	grep: can't open /68000/include/ape/math.h: '/68000/include/ape' does not exist
	/68020/include/ape/math.h:77: #define isinf(x) isInf(x)
	/amd64/include/ape/math.h:77: #define isinf(x) isInf(x, 0)
	/arm/include/ape/math.h:77: #define isinf(x) isInf(x)
	/arm64/include/ape/math.h:77: #define isinf(x) isInf(x)
	/mips/include/ape/math.h:77: #define isinf(x) isInf(x)
	/power/include/ape/math.h:77: #define isinf(x) isInf(x)
	grep: can't open /power64/include/ape/math.h: '/power64/include/ape' does not exist
	/sparc/include/ape/math.h:77: #define isinf(x) isInf(x)
	/sparc64/include/ape/math.h:77: #define isinf(x) isInf(x)
	grep: can't open /spim/include/ape/math.h: '/spim/include/ape' does not exist

Furthermore /$objtype/include/ape/math.h are all nearly identical.
I have a pending patch that combines all of these into a global
/sys/include/ape/math.h and fixes these inconsistencies along the way.

I'll take another look at it today.


      reply	other threads:[~2020-06-08 11:05 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-08  1:42 /arm64/include/math kokamoto
2020-06-08 11:05 ` kvik [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=7B0D649102CCF5196FF6D2E76A42C1E2@a-b.xyz \
    --to=kvik@a-b.xyz \
    --cc=9front@9front.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 NNTP newsgroup(s).