From 9955555698fb864ff44defcc84c4bdd3807344af Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Fri, 5 Nov 2021 19:22:41 +0100 Subject: add implementation details --- README | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'README') diff --git a/README b/README index 776eb20..79a04b8 100644 --- a/README +++ b/README @@ -46,6 +46,14 @@ DESCRIPTION function call does nothing but return dst again. At any point, truncation can be checked by comparing the return value to end. +IMPLEMENTATION DETAILS + libste is written in portable C99. + + Functions do not use vectorization to keep code size small and because + the inputs are expected to be small enough to not benefit from it. + + The functions can be vendored or inlined into your codebase easily. + AUTHORS Leah Neukirchen -- cgit 1.4.1