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 --- libste.3 | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'libste.3') diff --git a/libste.3 b/libste.3 index f81e079..0aadb70 100644 --- a/libste.3 +++ b/libste.3 @@ -101,6 +101,14 @@ At any point, truncation can be checked by comparing the return value to .\" .Sh SEE ALSO .\" .Sh STANDARDS .\" .Sh HISTORY +.Sh IMPLEMENTATION DETAILS +.Nm libste +is written in portable C99. +.Pp +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. +.Pp +The functions can be vendored or inlined into your codebase easily. .Sh AUTHORS .An Leah Neukirchen Aq Mt leah@vuxu.org .Sh LICENSE -- cgit 1.4.1