Reduce the size of lib2.bc

Signed-off-by: Gavin Howard <[email protected]>
This commit is contained in:
Gavin Howard 2022-12-06 07:33:33 -07:00
parent e1205eaccf
commit 11fbf0e663
Signed by: gavin
GPG Key ID: 93D31C8CA4AB6C63
1 changed files with 1 additions and 2 deletions

View File

@ -250,8 +250,7 @@ define ubytes(x){
define sbytes(x){
auto p,n,z
z=(x<0)
x=abs(x)
x=x$
x=abs(x)$
n=ubytes(x)
p=2^(n*8-1)
if(x>p||(!z&&x==p))n*=2