mirror of
https://github.com/ton-blockchain/ton
synced 2025-03-09 15:40:10 +00:00
Merge f0a90d466e
into 3c245c6146
This commit is contained in:
commit
035d1c9225
1 changed files with 1 additions and 0 deletions
|
@ -634,6 +634,7 @@ int get_seed() impure asm "RANDSEED";
|
||||||
|
|
||||||
;;; Checks whether the data parts of two slices coinside
|
;;; Checks whether the data parts of two slices coinside
|
||||||
int equal_slice_bits (slice a, slice b) asm "SDEQ";
|
int equal_slice_bits (slice a, slice b) asm "SDEQ";
|
||||||
|
int slice_data_equal?(slice a, slice b) asm "SDEQ";
|
||||||
|
|
||||||
;;; Concatenates two builders
|
;;; Concatenates two builders
|
||||||
builder store_builder(builder to, builder from) asm "STBR";
|
builder store_builder(builder to, builder from) asm "STBR";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue