From 54622e7c14572dda43c9442c699668cef68521ca Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Fri, 3 Jan 2014 17:47:44 +0100 Subject: dotprod.c make compile in case PORT --- dotprod.c | 1 + 1 file changed, 1 insertion(+) (limited to 'dotprod.c') diff --git a/dotprod.c b/dotprod.c index 826cdab..5fb1da9 100644 --- a/dotprod.c +++ b/dotprod.c @@ -59,6 +59,7 @@ void freedp(void *p){ switch(Cpu_mode){ case PORT: default: + return freedp_port(p); #ifdef __i386__ case MMX: case SSE: -- cgit v1.2.3