[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 2/2] ast2600: Drop NEON from the CPU features
From: |
Joel Stanley |
Subject: |
Re: [PATCH 2/2] ast2600: Drop NEON from the CPU features |
Date: |
Thu, 29 Sep 2022 02:09:39 +0000 |
On Wed, 28 Sept 2022 at 16:47, Cédric Le Goater <clg@kaod.org> wrote:
>
> Currently, the CPU features exposed to the AST2600 QEMU machines are :
>
> half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt
> vfpd32 lpae evtstrm
>
> But, the features of the Cortex A7 CPU on the Aspeed AST2600 A3 SoC
> are :
>
> half thumb fastmult vfp edsp vfpv3 vfpv3d16 tls vfpv4 idiva idivt
> lpae evtstrm
>
> Drop NEON support in the Aspeed AST2600 SoC.
>
> Signed-off-by: Cédric Le Goater <clg@kaod.org>
Reviewed-by: Joel Stanley <joel@jms.id.au>
- [PATCH 0/2] ast2600: Disable NEON and VFPv4-D32, Cédric Le Goater, 2022/09/28
- [PATCH 2/2] ast2600: Drop NEON from the CPU features, Cédric Le Goater, 2022/09/28
- Re: [PATCH 2/2] ast2600: Drop NEON from the CPU features,
Joel Stanley <=
- [PATCH 1/2] target/arm: Disable VFPv4-D32 when NEON is not available, Cédric Le Goater, 2022/09/28
- Re: [PATCH 1/2] target/arm: Disable VFPv4-D32 when NEON is not available, Peter Maydell, 2022/09/29
- Re: [PATCH 1/2] target/arm: Disable VFPv4-D32 when NEON is not available, Cédric Le Goater, 2022/09/30
- Re: [PATCH 1/2] target/arm: Disable VFPv4-D32 when NEON is not available, Peter Maydell, 2022/09/30