History log of /haiku/src/system/libroot/posix/glibc/arch/generic/lshift.c
Revision Date Author Comments
# 40b16ecb 15-Nov-2012 Ithamar R. Adema <ithamar@upgrade-android.com>

generic/libroot: Add missing generic functions

This adds a few generic implementations of basic arithmetic functions. These
would normally be implemented in assembly, but add them for easy bringup of
new architectures.

This enables new platforms to start with a minimal set of changes to libroot.


# 40b16ecb9747ddb8ed72732f7b04dfcb1c777b23 15-Nov-2012 Ithamar R. Adema <ithamar@upgrade-android.com>

generic/libroot: Add missing generic functions

This adds a few generic implementations of basic arithmetic functions. These
would normally be implemented in assembly, but add them for easy bringup of
new architectures.

This enables new platforms to start with a minimal set of changes to libroot.