From: Matthew DuPuy Date: Thu, 29 Mar 2012 22:58:24 +0000 (-0700) Subject: Added the disclaimer: X-Git-Tag: v1.0.0~65 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a6f60f7f3e221b6c17237695fca037606f9dcb1c;p=platform%2Fupstream%2Fne10.git 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. --- 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).