Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Sep 2017 18:36:51 -0400
From:      John Baldwin <jhb@FreeBSD.org>
To:        Jan Beich <jbeich@FreeBSD.org>, Warner Losh <imp@bsdimp.com>
Cc:        "freebsd-arm@freebsd.org" <freebsd-arm@freebsd.org>, "freebsd-toolchain@FreeBSD.org" <freebsd-toolchain@freebsd.org>, Jan Beich <jbeich@vfemail.net>
Subject:   Re: FCP-100: armv7 plan
Message-ID:  <e503f95a-e638-2f85-afeb-2acf1de2b974@FreeBSD.org>
In-Reply-To: <lgln-1xpu-wny@FreeBSD.org>
References:  <CANCZdfrCwdVOGWunSAjuxHzGcqhuH24iRQg63rvPFXXSmm-C6Q__2138.43810274756$1504912296$gmane$org@mail.gmail.com> <ingr-3d62-wny@FreeBSD.org> <CANCZdfondSykr1UM0CNTYpVr-6hzyROYn-C_jNC_%2BhO1r6SB2w@mail.gmail.com> <lgln-1xpu-wny@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On 9/9/17 3:25 PM, Jan Beich wrote:
> Warner Losh <imp@bsdimp.com> writes:
> 
>> On Sat, Sep 9, 2017 at 1:05 PM, Jan Beich <jbeich@vfemail.net> wrote:
>>
>>> Warner Losh <imp@bsdimp.com> writes:
>> The goal, if it doesn't work already, is for NEON to work if used,
>> but not be required, just like all the other optional features of a CPU.
> 
> FreeBSD doesn't support detecting NEON at runtime unlike Linux. Do you
> mean at compile time? If so then the following probably needs to change
> 
> $ cc -target armv7-unknown-freebsd12.0-gnueabihf -dM -E -</dev/null |& fgrep -i neon
> #define __ARM_NEON 1
> #define __ARM_NEON_FP 0x4
> #define __ARM_NEON__ 1

Re: runtime, I have patches in review to add AT_HWCAP for native FreeBSD/arm
binaries.  Right now it doesn't support a NEON hwcap but it should be easy to
add the flag using the same check to enable it that Linux does.

-- 
John Baldwin



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?e503f95a-e638-2f85-afeb-2acf1de2b974>