Skip to content

Commit 81e20fb

Browse files
committed
Remove @_assemblyVision marker that snuck into ChaCha.
I think I was using this as part of a demo at some point and it snuck into tree.
1 parent c45583a commit 81e20fb

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)