mirror of
https://github.com/ton-blockchain/ton
synced 2025-03-09 15:40:10 +00:00
minor bugfix
This commit is contained in:
parent
4e2624459b
commit
dbde9c1c40
9 changed files with 24 additions and 10 deletions
4
crypto/func/test/a12_9.fc
Normal file
4
crypto/func/test/a12_9.fc
Normal file
|
@ -0,0 +1,4 @@
|
|||
_ f(int a, int b, int c, int d, int e, int f, int g, int h, int i, int j, int k, int l, int m, int n, int o, int p) {
|
||||
return (g, j, n, f, o, i, e, l, d, h, b, k, m, c, p, a); ;; optimal code is 5 ops, 10 bytes
|
||||
;; s7 s5 s14 XCHG3 s10 s4 s5 XCHG3 s12 s8 s11 XCHG3 s7 s6 s9 XCHG3 s13 s14 s15 XCHG3
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue