From 8278cd0abacfc50e33b615d792b0ab432e8100ad Mon Sep 17 00:00:00 2001 From: Alexander Date: Tue, 17 Apr 2018 15:35:10 +0300 Subject: [PATCH] fix mark --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b112e0b7d..598f37593 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ The following image operations are currently SIMD-accelerated: - Alpha composition: SSE4, AVX2 - RGBA → RGBa (alpha premultiplication): SSE4, AVX2 - RGBa → RGBA (division by alpha): SSE4, AVX2 -— RGB → L (grayscale): SSE4 +- RGB → L (grayscale): SSE4 - 3x3 and 5x5 kernel filters: SSE4, AVX2 - Split and get_channel: SSE4