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
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
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