From f419516f3ca026183783c5bf170f1c78c66c03b4 Mon Sep 17 00:00:00 2001 From: Aleksandr Karpinskii Date: Tue, 20 Jun 2023 20:30:21 +0300 Subject: [PATCH] Add x86 info --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 89a5b895378..488ee595558 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,9 @@ # Pillow-SIMD -Pillow-SIMD is "following" [Pillow][original-docs]. -Pillow-SIMD versions are 100% compatible +Pillow-SIMD is highly optimized version of [Pillow library][original-docs] +for x86 architecture (mainly Intel and AMD CPUs). + +Pillow-SIMD is "following" Pillow which means it is drop-in replacements for Pillow of the same version. For example, `Pillow-SIMD 3.2.0.post3` is a drop-in replacement for `Pillow 3.2.0`, and `Pillow-SIMD 3.3.3.post0` — for `Pillow 3.3.3`.