Skip to content

Commit

Permalink
Update slothy to latest commit
Browse files Browse the repository at this point in the history
  • Loading branch information
potsrevennil committed Oct 18, 2024
1 parent c96243a commit 019f897
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slothy
Submodule slothy updated 37 files
+5 −1 .github/workflows/test_basic.yaml
+164 −90 example.py
+2 −3 examples/naive/armv7m/add_kyber.s
+0 −2 examples/naive/armv7m/barrett_reduce_kyber.s
+0 −2 examples/naive/armv7m/basemul_16_32_kyber.s
+0 −2 examples/naive/armv7m/basemul_acc_32_16_kyber.s
+0 −2 examples/naive/armv7m/basemul_acc_32_32_kyber.s
+2 −5 examples/naive/armv7m/caddq_dilithium.s
+0 −6 examples/naive/armv7m/fnt_257_dilithium.s
+0 −2 examples/naive/armv7m/frombytes_mul_16_32_kyber.s
+5 −4 examples/naive/armv7m/frombytes_mul_acc_32_16_kyber.s
+0 −2 examples/naive/armv7m/frombytes_mul_acc_32_32_kyber.s
+0 −2 examples/naive/armv7m/fromplant_kyber.s
+0 −4 examples/naive/armv7m/ifnt_257_dilithium.s
+4 −8 examples/naive/armv7m/intt_769_dilithium.s
+9 −16 examples/naive/armv7m/intt_dilithium_123_456_78.s
+0 −4 examples/naive/armv7m/intt_kyber.s
+4 −8 examples/naive/armv7m/ntt_769_dilithium.s
+5 −10 examples/naive/armv7m/ntt_dilithium.s
+0 −4 examples/naive/armv7m/ntt_kyber.s
+34 −39 examples/naive/armv7m/ntt_kyber_symbolic.s
+0 −2 examples/naive/armv7m/reduce32_central_dilithium.s
+0 −2 examples/naive/armv7m/reduce32_dilithium.s
+2 −2 examples/naive/armv7m/sub_kyber.s
+174 −62 examples/opt/armv7m/add_kyber_opt_m7.s
+192 −183 examples/opt/armv7m/barrett_reduce_kyber_opt_m7.s
+106 −42 examples/opt/armv7m/basemul_16_32_kyber_opt_m7.s
+152 −64 examples/opt/armv7m/basemul_acc_32_16_kyber_opt_m7.s
+118 −46 examples/opt/armv7m/basemul_acc_32_32_kyber_opt_m7.s
+173 −77 examples/opt/armv7m/frombytes_mul_16_32_kyber_opt_m7.s
+234 −102 examples/opt/armv7m/frombytes_mul_acc_32_16_kyber_opt_m7.s
+184 −80 examples/opt/armv7m/frombytes_mul_acc_32_32_kyber_opt_m7.s
+131 −125 examples/opt/armv7m/fromplant_kyber_opt_m7.s
+180 −40 examples/opt/armv7m/sub_kyber_opt_m7.s
+9 −2 slothy/helper.py
+56 −9 slothy/targets/arm_v7m/arch_v7m.py
+3 −2 slothy/targets/arm_v7m/cortex_m7.py

0 comments on commit 019f897

Please sign in to comment.