Skip to content

Commit

Permalink
Remove @_assemblyVision annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
troughton committed Mar 20, 2024
1 parent 21b5c89 commit e5f02ba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Sources/SubstrateImage/GammaSpaceBlending.swift
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ extension Image where ComponentType == UInt8 {
}

extension Image where ComponentType == UInt8 {
@_assemblyVision
private func _convertPremultSRGBBlendedSRGBToPremultLinearBlendedSRGB() {
guard let alphaChannel = self.alphaChannelIndex else { preconditionFailure() }
for y in 0..<self.height {
Expand Down

0 comments on commit e5f02ba

Please sign in to comment.