tls: remove last int16 local variables in pstm code
function old new delta pstm_mul_comba 439 447 +8 pstm_sqr_comba 475 478 +3 pstm_montgomery_reduce 399 381 -18 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 2/1 up/down: 11/-18) Total: -7 bytes Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
		@@ -2127,7 +2127,7 @@ int32 pstm_invmod(psPool_t *pool, pstm_int *a, pstm_int *b, pstm_int *c)
 | 
			
		||||
{
 | 
			
		||||
	pstm_int	x, y, u, v, B, D;
 | 
			
		||||
	int32		res;
 | 
			
		||||
	uint16		neg, sanity;
 | 
			
		||||
	int		neg, sanity; //bbox: was uint16
 | 
			
		||||
 | 
			
		||||
	/* 2. [modified] b must be odd   */
 | 
			
		||||
	if (pstm_iseven (b) == 1) {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user