We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2ec07c commit b54434fCopy full SHA for b54434f
benchmark/cxx-source/CxxVectorSum.swift
@@ -15,8 +15,6 @@
15
16
import TestsUtils
17
18
-public let benchmarks: [BenchmarkInfo] = []
19
-#if FIX_61472
20
21
import std
22
@@ -30,9 +28,6 @@ import CxxStdlibPerformance
30
28
import Cxx
31
29
32
// FIXME: Linux needs fix for https://github.com/apple/swift/issues/61547.
33
-#if os(Linux)
34
35
-#else
36
public let benchmarks = [
37
BenchmarkInfo(
38
name: "CxxVecU32.sum.Cxx.rangedForLoop",
@@ -138,5 +133,3 @@ public func run_CxxVectorOfU32_Sum_Swift_Reduce(_ n: Int) {
138
133
extension VectorOfU32.const_iterator : Equatable, UnsafeCxxInputIterator { }
139
134
140
135
extension VectorOfU32: CxxSequence {}
141
-#endif
142
0 commit comments