tools/x264_perf_O3: support to disable loop vectorize optimization for get_ref #1

Merged
lyc merged 3 commits from x264-o3-disable into main 2025-04-27 19:19:35 +08:00
Showing only changes of commit ed5c2efab8 - Show all commits

View File

@@ -11,7 +11,7 @@ from speccpu.flaglib.perf import record as recordflags
@click.option( @click.option(
"--get-ref-vectorize/--no-get-ref-vectorize", "--get-ref-vectorize/--no-get-ref-vectorize",
default=True, default=True,
help="Enable or disable MC vectorization", help="Enable or disable mc.c `get_ref` vectorization",
) )
@click.option( @click.option(
"--spec", "--spec",