From 1bfda5ecde259f8fe142344600c91d13009fe515 Mon Sep 17 00:00:00 2001 From: jdemel Date: Tue, 19 May 2020 08:20:07 +0200 Subject: [PATCH] [PATCH 4/9] readme: Fix wording Gbp-Pq: Name 0004-readme-Fix-wording.patch --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cf73325..c288014 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ The same goal applies to different OSes. Although this does only happen rarely, ### Compilers We want to make sure VOLK works with C/C++ standard compliant compilers. Of course, as an open source project we focus on open source compilers, most notably GCC and Clang. -We work want to make sure VOLK compiles on a wide variety of compilers. Thus, we target AppleClang and MSVC as well. Mind that MSVC lacks `aligned_alloc` support for aligned arrays. We use MSVC specific instructions in this case which cannot be `free`'d with `free`. +We want to make sure VOLK compiles on a wide variety of compilers. Thus, we target AppleClang and MSVC as well. Mind that MSVC lacks `aligned_alloc` support for aligned arrays. We use MSVC specific instructions in this case which cannot be `free`'d with `free`. ## License -- 2.30.2