Skip to content

Commit

Permalink
[ci] remove chacha20/poly1305 from t1emu (they have no RVV inst)
Browse files Browse the repository at this point in the history
  • Loading branch information
FanShupei committed Nov 5, 2024
1 parent 7a15d9d commit baeba97
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/designs/blastoise/t1emu.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,10 @@
"rvv_bench.ascii_to_utf16": 36936,
"rvv_bench.ascii_to_utf32": 11092,
"rvv_bench.byteswap": 108514,
"rvv_bench.chacha20": 3,
"rvv_bench.mandelbrot": 257235,
"rvv_bench.memcpy": 36037,
"rvv_bench.memset": 11501,
"rvv_bench.mergelines": 90569,
"rvv_bench.poly1305": 3,
"rvv_bench.strlen": 23191,
"rvv_bench.utf8_count": 151500
}
2 changes: 0 additions & 2 deletions .github/designs/rookidee/t1emu.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,9 @@
"rvv_bench.ascii_to_utf16": 41474,
"rvv_bench.ascii_to_utf32": 12345,
"rvv_bench.byteswap": 119778,
"rvv_bench.chacha20": 3,
"rvv_bench.memcpy": 48026,
"rvv_bench.memset": 19350,
"rvv_bench.mergelines": 92398,
"rvv_bench.poly1305": 3,
"rvv_bench.strlen": 34125,
"rvv_bench.utf8_count": 202107
}

0 comments on commit baeba97

Please sign in to comment.