From a6f60f7f3e221b6c17237695fca037606f9dcb1c Mon Sep 17 00:00:00 2001 From: Matthew DuPuy Date: Thu, 29 Mar 2012 15:58:24 -0700 Subject: [PATCH] Added the disclaimer: Each function is implemented in C, ARM Assembly and NEON code as a basis for comparison. Assembly versions, while efficient, are not intended as best-practice examples. NEON versions are intended as best-practice examples. --- README.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.txt b/README.txt index 25afad4..70a8cef 100644 --- a/README.txt +++ b/README.txt @@ -27,6 +27,10 @@ The design is intended to be available as a simple 'drop and go' pre-built library and as a set of modular functions that can be incorporated in a more modular pick and mix form where binary size might be an issue. +Each function is implemented in C, ARM Assembly and NEON code as a basis for +comparison. Assembly versions, while efficient, are not intended as +best-practice examples. NEON versions are intended as best-practice examples. + Future releases are intended to expand on the functions provided and possibly the supported languages (C++ being near the top of that list). -- 2.7.4