Re: [FFmpeg-devel] [PATCH] checkasm/aarch64: fix tests returning a float

2017-07-05 Thread Matthieu Bouron
Le 6 juil. 2017 4:08 AM, "James Almer" a écrit : On 6/22/2017 5:35 AM, Matthieu Bouron wrote: > On Wed, Jun 21, 2017 at 10:19:33PM +0200, Matthieu Bouron wrote: >> On Wed, Jun 21, 2017 at 04:57:53PM -0300, James Almer wrote: >>> On 6/19/2017 6:08 AM, Matthieu Bouron wrote: Avoids overriding

Re: [FFmpeg-devel] [PATCH] checkasm/aarch64: fix tests returning a float

2017-07-05 Thread James Almer
On 6/22/2017 5:35 AM, Matthieu Bouron wrote: > On Wed, Jun 21, 2017 at 10:19:33PM +0200, Matthieu Bouron wrote: >> On Wed, Jun 21, 2017 at 04:57:53PM -0300, James Almer wrote: >>> On 6/19/2017 6:08 AM, Matthieu Bouron wrote: Avoids overriding v0 (which containins the result of the tested

Re: [FFmpeg-devel] [PATCH] checkasm/aarch64: fix tests returning a float

2017-06-22 Thread Matthieu Bouron
On Wed, Jun 21, 2017 at 10:19:33PM +0200, Matthieu Bouron wrote: > On Wed, Jun 21, 2017 at 04:57:53PM -0300, James Almer wrote: > > On 6/19/2017 6:08 AM, Matthieu Bouron wrote: > > > Avoids overriding v0 (which containins the result of the tested > > > function) in checkasm_call_checked. > > > > >

Re: [FFmpeg-devel] [PATCH] checkasm/aarch64: fix tests returning a float

2017-06-21 Thread Matthieu Bouron
On Wed, Jun 21, 2017 at 04:57:53PM -0300, James Almer wrote: > On 6/19/2017 6:08 AM, Matthieu Bouron wrote: > > Avoids overriding v0 (which containins the result of the tested > > function) in checkasm_call_checked. > > > > Also properly calls checkasm_call_checked. > > --- > > tests/checkasm/aar

Re: [FFmpeg-devel] [PATCH] checkasm/aarch64: fix tests returning a float

2017-06-21 Thread James Almer
On 6/19/2017 6:08 AM, Matthieu Bouron wrote: > Avoids overriding v0 (which containins the result of the tested > function) in checkasm_call_checked. > > Also properly calls checkasm_call_checked. > --- > tests/checkasm/aarch64/checkasm.S | 8 > tests/checkasm/checkasm.h | 2 ++ >

Re: [FFmpeg-devel] [PATCH] checkasm/aarch64: fix tests returning a float

2017-06-21 Thread Matthieu Bouron
On Mon, Jun 19, 2017 at 11:08:39AM +0200, Matthieu Bouron wrote: > Avoids overriding v0 (which containins the result of the tested > function) in checkasm_call_checked. > > Also properly calls checkasm_call_checked. > --- > tests/checkasm/aarch64/checkasm.S | 8 > tests/checkasm/checkasm

[FFmpeg-devel] [PATCH] checkasm/aarch64: fix tests returning a float

2017-06-19 Thread Matthieu Bouron
Avoids overriding v0 (which containins the result of the tested function) in checkasm_call_checked. Also properly calls checkasm_call_checked. --- tests/checkasm/aarch64/checkasm.S | 8 tests/checkasm/checkasm.h | 2 ++ 2 files changed, 6 insertions(+), 4 deletions(-) diff --git