Reduce the size of lib2.bc
Signed-off-by: Gavin Howard <[email protected]>
This commit is contained in:
parent
e1205eaccf
commit
11fbf0e663
|
@ -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
|
||||
|
|
Loadingâ¦
Reference in New Issue