tree: bff54ce65423f3f4e0418a6d2533477c5b680028 [path history] [tgz]
  1. arith64.c
  2. cz.c
  3. README.md
  4. xmake.lua
sdk/lib/crt/README.md

C runtime functions

This library includes functions that the C compiler may require for a working C implementation. Functions are added here as needed. It currently contains

  • cz.c, which provides clz and ctz (count leading / trailing zeroes).