mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Adds concrete overloads of the following SIMD operations: - Comparisons: .==, .!=, .<, .<=, .>, .>= - Logical operations on masks: .!, .&, .^, .| - Integer arithmetic: &+, &-, &, &+=, &-=, &= This makes some simple benchmarks 10-100x faster, which is basically a no-brainer, while staying away from the most heavily used operators, so hopefully doesn't impact compilation performance too badly.
2.8 KiB
2.8 KiB