Re: [PATCH] contrib: Set check-params-in-docs.py to skip tables of values of a param

2024-09-18 Thread Richard Sandiford
Filip Kastl writes: > Hi, > > Here is the part of invoke.texi that currently confuses > check-params-in-docs.py: > > @item aarch64-autovec-preference > Force an ISA selection strategy for auto-vectorization. > @table @samp > @item default > Use the default heuristics. > @item asimd-only > Use only

[PING] [PATCH] contrib: Set check-params-in-docs.py to skip tables of values of a param

2024-09-18 Thread Filip Kastl
Hi, I'd like to ping my patch. You can find it here: https://gcc.gnu.org/pipermail/gcc-patches/2024-August/661362.html Btw not sure if I could Cc anyone on this. AFAIK no one is a maintainer of the ./contrib scripts. Thanks, Filip Kastl

[PATCH] contrib: Set check-params-in-docs.py to skip tables of values of a param

2024-08-24 Thread Filip Kastl
Hi, Here is the part of invoke.texi that currently confuses check-params-in-docs.py: @item aarch64-autovec-preference Force an ISA selection strategy for auto-vectorization. @table @samp @item default Use the default heuristics. @item asimd-only Use only Advanced SIMD for auto-vectorization. @ite