Re: [FFmpeg-devel] [GASPP PATCH 2/2] Match aarch64 register lists with tbl/tbx too

2021-01-22 Thread Martin Storsjö
On Sun, 17 Jan 2021, Martin Storsjö wrote: Remove the restriction on matching on the same line as ld1/st1 and similar ones; the pattern for the register list itself should be strict enough to avoid false matches. --- gas-preprocessor.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

[FFmpeg-devel] [GASPP PATCH 2/2] Match aarch64 register lists with tbl/tbx too

2021-01-16 Thread Martin Storsjö
Remove the restriction on matching on the same line as ld1/st1 and similar ones; the pattern for the register list itself should be strict enough to avoid false matches. --- gas-preprocessor.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gas-preprocessor.pl b/gas-preprocess