tools/x264_perf_O3: support to disable loop vectorize optimization for get_ref
This commit is contained in:
@@ -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"] } }
|
||||
|
||||
Reference in New Issue
Block a user