From 1f99de511760b3acb546e62623c65d6143b30a77 Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Sun, 28 Jun 2015 13:07:50 +0200 Subject: Improvements in picorv32_pcpi_mul --- firmware/start.S | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'firmware') diff --git a/firmware/start.S b/firmware/start.S index f39665e..278f0d4 100644 --- a/firmware/start.S +++ b/firmware/start.S @@ -292,6 +292,10 @@ start: /* break */ sbreak + +/* Hard mul functions for multest.c + **********************************/ + hard_mul: mul a0, a0, a1 ret -- cgit