Re: [FFmpeg-devel] [PATCH 4/7] avutil/riscv/asm: add stack pushing helpers

2024-08-13 Thread Rémi Denis-Courmont
Le 13 août 2024 19:10:48 GMT+03:00, epira...@gmail.com a écrit : >On 13 Aug 2024, at 17:51, Rémi Denis-Courmont wrote: > >> Le 13 août 2024 17:03:33 GMT+03:00, "J. Dekker" a écrit : >>> From: Niklas Haas >>> >>> Instead of duplicating these common macros in every file, add them to >>> the share

Re: [FFmpeg-devel] [PATCH 4/7] avutil/riscv/asm: add stack pushing helpers

2024-08-13 Thread epirat07
On 13 Aug 2024, at 17:51, Rémi Denis-Courmont wrote: > Le 13 août 2024 17:03:33 GMT+03:00, "J. Dekker" a écrit : >> From: Niklas Haas >> >> Instead of duplicating these common macros in every file, add them to >> the shared utility file. Also add a base case for sanity. > > Is `#error` a standar

Re: [FFmpeg-devel] [PATCH 4/7] avutil/riscv/asm: add stack pushing helpers

2024-08-13 Thread Rémi Denis-Courmont
Le 13 août 2024 17:03:33 GMT+03:00, "J. Dekker" a écrit : >From: Niklas Haas > >Instead of duplicating these common macros in every file, add them to >the shared utility file. Also add a base case for sanity. Is `#error` a standard directive of C11? >--- > libavcodec/riscv/h264addpx_rvv.S | 1

[FFmpeg-devel] [PATCH 4/7] avutil/riscv/asm: add stack pushing helpers

2024-08-13 Thread J. Dekker
From: Niklas Haas Instead of duplicating these common macros in every file, add them to the shared utility file. Also add a base case for sanity. --- libavcodec/riscv/h264addpx_rvv.S | 10 -- libavcodec/riscv/h264idct_rvv.S | 10 -- libavcodec/riscv/startcode_rvb.S | 10