From e6efe69c614d7781d18a7189831e8243abf57664 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sun, 2 Jul 2017 21:39:09 +0200 Subject: started to add task scheduling --- DESIGN | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'DESIGN') diff --git a/DESIGN b/DESIGN index 3b76393..8b67f8f 100644 --- a/DESIGN +++ b/DESIGN @@ -16,7 +16,7 @@ minimum. Use only as much assembly as needed, if necessary call a stub function from C doing the things we would normally do in inlined assembly. -Make sure it compiles with every ANSI C99 compiler (gcc, clang, tcc, ...). +Make sure it compiles with every ANSI C99 compiler (gcc, clang, tcc, pcc, ...). Use only what is needed, nothing fancy. Try to compile as often as possible with different compilers on different host systems. -- cgit v1.2.3-54-g00ecf