Re: Detection of hadware feature => please do not use signal - Mailing list pgsql-bugs

From Tom Lane
Subject Re: Detection of hadware feature => please do not use signal
Date
Msg-id 1430419.1732557238@sss.pgh.pa.us
Whole thread Raw
In response to Re: Detection of hadware feature => please do not use signal  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Detection of hadware feature => please do not use signal
List pgsql-bugs
I wrote:
> Also, there's no +fp option for "-march=armv8-a" because the
> ARMv8 specs require chips to implement both or neither of FP
> and SIMD.  So the idiomatic thing for us to write is not a
> separate -mfpu spec but "-march=armv8-a+crc+simd".  I'll
> adjust my patch to do it like that and push later today.

And done.  In the event I decided to try the +simd option first,
reasoning that that's correct on the majority of current ARM systems.
I'm interested to see what the older buildfarm ARM animals pick.

            regards, tom lane



pgsql-bugs by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: Build failure with GCC 15 (defaults to -std=gnu23)
Next
From: Dean Rasheed
Date:
Subject: Re: BUG #18722: Processing arrays with plpgsql raises errors