[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [f-cpu] RC5, F-CPU and srotl



Well, that an interesting list. I think that we must put it on a web page
and ask for software developper. I think, it's time.

A+
  Cedric

> Lots of things...
>
> - common (de)compression algorithms (LZW/LZ77, BWT)
> - audio and image manipulation (digital filters)
> - arbitrary-precision integer math (e.g. libgmp)
> - string operations (strlen, strcpy, strcmp, strspn and so on)
> - floating-point emulation (in case we do not implement an FPU in FC0)
> - alle those nifty functions from <math.h>
> - vector and matrix operations
> - basic graphics drawing operations (points, lines, arcs, splines, ...)
> - C and Pascal style function entry/exit frames and function calls
> - basic framework for interrupt and exception handlers
> - a simple garbage collector (stop-and-copy or something like that)
> - a more sophisticated GC (incremental, with fences)
> - a TLB miss handler
> - digest functions - 16/32-bit CRC, MD5, TCP/IP compatible checksum
> - DES and AES cores
> - a Mandelbrot engine
> - a FORTH interpreter
> - binary search
> - tree search
> - quicksort
>
> ... and probably much more. On the other hand, you could also get a copy
> of `The Art Of Computer Programming' and port everything to the F-CPU :)

*************************************************************
To unsubscribe, send an e-mail to majordomo@seul.org with
unsubscribe f-cpu       in the body. http://f-cpu.seul.org/