From: | Thomas Munro <thomas(dot)munro(at)gmail(dot)com> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | Heikki Linnakangas <hlinnaka(at)iki(dot)fi>, Bastien Roucariès <rouca(at)debian(dot)org>, pgsql-bugs(at)lists(dot)postgresql(dot)org |
Subject: | Re: Detection of hadware feature => please do not use signal |
Date: | 2024-11-25 00:47:06 |
Message-ID: | CA+hUKGLn70U1Ti+NSeYkQBU83fM5Q8-amnC8Cvge6p3xUY9nBQ@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs |
On Mon, Nov 25, 2024 at 12:34 PM Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
> I wonder whether "armv8-a" includes FP on aarch64 but not arm32, and
> we only did the original testing of f044d71e3 on aarch64. If so,
> it might've been like this all along and we didn't notice.
It does work on the "armv7" target BF animals, though. I assume they
don't get any updates as they're all old/defunct distros (one of my
favourite features of our boneyard^Wbuildfarm), but one of them is GCC
"10.2.1 20210110", which is what made me suspicious of that -mfpu
stuff, beyond my comprehension without a lot more coffee, that got
backpatched in late 2021.
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2024-11-25 01:27:13 | Re: Detection of hadware feature => please do not use signal |
Previous Message | Tom Lane | 2024-11-25 00:40:29 | Re: Detection of hadware feature => please do not use signal |