diff options
-rw-r--r-- | dotprod.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -59,6 +59,7 @@ void freedp(void *p){ switch(Cpu_mode){ case PORT: default: + return freedp_port(p); #ifdef __i386__ case MMX: case SSE: |
index : ka9q-fec | ||
KA9Q's libfec made compatible with x86_64 and ARM |
aboutsummaryrefslogtreecommitdiffstats |
-rw-r--r-- | dotprod.c | 1 |
@@ -59,6 +59,7 @@ void freedp(void *p){ switch(Cpu_mode){ case PORT: default: + return freedp_port(p); #ifdef __i386__ case MMX: case SSE: |