speccpu/x264: add x264 mc src, add printf to weight->i_scale

This commit is contained in:
2025-04-14 23:40:55 +08:00
parent 133b4dfae4
commit 710122cd1a
3 changed files with 609 additions and 5 deletions

View File

@@ -5,3 +5,10 @@ description = "Scripts that helps debugging SPEC CPU benchmark suite."
readme = "README.md"
requires-python = ">=3.9"
dependencies = []
[tool.setuptools]
packages = { find = { where = ["src"] } }
include-package-data = true
[tool.setuptools.package-data]
"speccpu" = ["*.c"]