Correct unsigned 16x16 to 32 bit multiply, need to add corrections for signed version
authorNick Downing <nick.downing@lifx.co>
Mon, 24 Jun 2019 05:08:20 +0000 (15:08 +1000)
committerNick Downing <nick.downing@lifx.co>
Mon, 24 Jun 2019 05:08:54 +0000 (15:08 +1000)
commit59c50520622c40bbb870c6ebfd908f93702812ea
tree56773689c39f8ece244865ae7b0d789f7205fac0
parentd20ee8f9ca7039fa5b5c59cdca370e0a422452e6
Correct unsigned 16x16 to 32 bit multiply, need to add corrections for signed version
.gitignore
Makefile
mul.c [new file with mode: 0644]
mul2.c [new file with mode: 0644]
sm3.asm