Hi,
Is there a reason why these two functions (defined here: https://github.com/basil00/Fathom/blob/master/src/tbprobe.c#L293) take two parameters but diag2index does nothing with d, and as a result anti2index does nothing with a? Actually, why does anti2index even exist if it's just a wrapper for diag2index with the same signature?
Hi,
Is there a reason why these two functions (defined here: https://github.com/basil00/Fathom/blob/master/src/tbprobe.c#L293) take two parameters but
diag2indexdoes nothing withd, and as a resultanti2indexdoes nothing witha? Actually, why doesanti2indexeven exist if it's just a wrapper fordiag2indexwith the same signature?