tests/thirdparty: blake3 (#137)
Adds blake3 to suite of third party tests. Closes #136
This commit is contained in:
committed by
GitHub
parent
fb157e1de8
commit
1859174b62
21
tests/thirdparty/packages.json
vendored
21
tests/thirdparty/packages.json
vendored
@@ -147,5 +147,26 @@
|
||||
]
|
||||
],
|
||||
"test": "./s2"
|
||||
},
|
||||
{
|
||||
"import_path": "github.com/zeebo/blake3",
|
||||
"version": "25dba572f0e78ec108f0dd79c9c15288f542d7d9",
|
||||
"dir": "avo",
|
||||
"generate": [
|
||||
[
|
||||
"go",
|
||||
"run",
|
||||
"./avx2",
|
||||
"-out",
|
||||
"../avx2/impl.s"
|
||||
],
|
||||
[
|
||||
"go",
|
||||
"run",
|
||||
"./sse41",
|
||||
"-out",
|
||||
"../sse41/impl.s"
|
||||
]
|
||||
]
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user