From: jdemel Date: Tue, 19 May 2020 06:20:07 +0000 (+0200) Subject: [PATCH 4/9] readme: Fix wording X-Git-Tag: archive/raspbian/2.3.0-3+rpi1^2~9 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=1bfda5ecde259f8fe142344600c91d13009fe515;p=volk.git [PATCH 4/9] readme: Fix wording Gbp-Pq: Name 0004-readme-Fix-wording.patch --- 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