On 3 January 2016 at 18:17, Carl Eugen Hoyos <cehoyos at ag.or.at> wrote:
> Clément Bœsch <u <at> pkh.me> writes:
>
>> - if (!parity_table[cc_data_pair[2]]) {
>> + if (!get_parity(cc_data_pair[2]))
I doubt this is speed critical.
Kieran