Re: [PATCH] testsuite: arm: Require 16-bit float support

2025-01-12 Thread Torbjorn SVENSSON
On 2024-11-19 15:01, Richard Earnshaw (lists) wrote: On 18/11/2024 12:00, Christophe Lyon wrote: Hi Torbjörn, On 11/18/24 10:37, Torbjorn SVENSSON wrote: On 2024-11-08 20:37, Torbjorn SVENSSON wrote: On 2024-11-08 12:24, Richard Earnshaw (lists) wrote: On 05/11/2024 20:06, Torbjörn S

Re: [PATCH] testsuite: arm: Require 16-bit float support

2024-11-19 Thread Richard Earnshaw (lists)
On 18/11/2024 12:00, Christophe Lyon wrote: > Hi Torbjörn, > > > On 11/18/24 10:37, Torbjorn SVENSSON wrote: >> >> >> On 2024-11-08 20:37, Torbjorn SVENSSON wrote: >>> >>> >>> On 2024-11-08 12:24, Richard Earnshaw (lists) wrote: On 05/11/2024 20:06, Torbjörn SVENSSON wrote: > Based on ho

Re: [PATCH] testsuite: arm: Require 16-bit float support

2024-11-18 Thread Christophe Lyon
Hi Torbjörn, On 11/18/24 10:37, Torbjorn SVENSSON wrote: On 2024-11-08 20:37, Torbjorn SVENSSON wrote: On 2024-11-08 12:24, Richard Earnshaw (lists) wrote: On 05/11/2024 20:06, Torbjörn SVENSSON wrote: Based on how these functions are used in test cases, I think it's correct to require

Re: [PATCH] testsuite: arm: Require 16-bit float support

2024-11-18 Thread Torbjorn SVENSSON
On 2024-11-08 20:37, Torbjorn SVENSSON wrote: On 2024-11-08 12:24, Richard Earnshaw (lists) wrote: On 05/11/2024 20:06, Torbjörn SVENSSON wrote: Based on how these functions are used in test cases, I think it's correct to require 16-bit float support in both functions. Without this chang

Re: [PATCH] testsuite: arm: Require 16-bit float support

2024-11-08 Thread Torbjorn SVENSSON
On 2024-11-08 12:24, Richard Earnshaw (lists) wrote: On 05/11/2024 20:06, Torbjörn SVENSSON wrote: Based on how these functions are used in test cases, I think it's correct to require 16-bit float support in both functions. Without this change, the checks passes for armv8-m and armv8.1-m, bu

Re: [PATCH] testsuite: arm: Require 16-bit float support

2024-11-08 Thread Richard Earnshaw (lists)
On 05/11/2024 20:06, Torbjörn SVENSSON wrote: Based on how these functions are used in test cases, I think it's correct to require 16-bit float support in both functions. Without this change, the checks passes for armv8-m and armv8.1-m, but the test cases that uses them fails due to the incorrec

[PATCH] testsuite: arm: Require 16-bit float support

2024-11-05 Thread Torbjörn SVENSSON
Based on how these functions are used in test cases, I think it's correct to require 16-bit float support in both functions. Without this change, the checks passes for armv8-m and armv8.1-m, but the test cases that uses them fails due to the incorrect -mfpu option. Ok for trunk and releases/gcc-1