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

This commit is contained in:
2025-04-27 17:34:01 +08:00
parent 4c0c722616
commit d91125723e
3 changed files with 43 additions and 5 deletions

View File

@@ -4,7 +4,9 @@ version = "0.1.0"
description = "Scripts that helps debugging SPEC CPU benchmark suite."
readme = "README.md"
requires-python = ">=3.12"
dependencies = []
dependencies = [
"click>=8.1.8",
]
[tool.setuptools]
packages = { find = { where = ["src"] } }