Bitwise memmove
Is their any implementation available for performing a bitwise memmove?
The method should take an additional destination and source bit-offset and
the count should be in bits too.
I saw that ARM provides a non-standard _membitmove, which does exactly
what I need, but I couldn't find it's or any similar method's source.
No comments:
Post a Comment