Skip to content

Commit f4d44b5

Browse files
authored
Merge pull request #40180 from gottesmm/pr-9d3060e1ccab862c502a6b13a6307f745dc1295c
2 parents 2f7bbe6 + 81e20fb commit f4d44b5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

benchmark/single-source/ChaCha.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,6 @@ func checkResult(_ plaintext: [UInt8]) {
363363
}
364364

365365
@inline(never)
366-
@_assemblyVision
367366
public func run_ChaCha(_ n: Int) {
368367
let key = Array(repeating: UInt8(1), count: 32)
369368
let nonce = Array(repeating: UInt8(2), count: 12)

0 commit comments

Comments
 (0)