Re: Add internal bitcount functions

2015-11-09 Thread Jeff Law
On 11/07/2015 05:32 AM, Richard Sandiford wrote: This patch adds internal function equivalents of all the INT_FN functions. Unlike the math functions, these functions never set errno and the internal functions should be exactly equivalent to the built-in ones. The reason for defining the interna

Add internal bitcount functions

2015-11-07 Thread Richard Sandiford
This patch adds internal function equivalents of all the INT_FN functions. Unlike the math functions, these functions never set errno and the internal functions should be exactly equivalent to the built-in ones. The reason for defining the internal functions is so that we can extend the functional