From ddbd42e66cc71b470730037d76f4f267e98d8d40 Mon Sep 17 00:00:00 2001 From: lemon Date: Mon, 13 Apr 2026 19:25:11 +0200 Subject: C99 complex types MVP Missing: static eval of complex values, Silly inefficient implementation of equality comparisons between them The whole thing is pretty inefficient without proper aggregate mem2reg anyway --- doc/cstd.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/cstd.md b/doc/cstd.md index 9c235b4..84dd9a2 100644 --- a/doc/cstd.md +++ b/doc/cstd.md @@ -6,7 +6,7 @@ A list of missing standard C features: ## C99 - Variable-length arrays (VLAs) - Proper `long double` support in platforms with extended floats (currently equivalent to `double`) - - `complex` types, `` header + - `` header - digraphs - Universal character names (`\uXXXX`, `\UXXXXXXXX`) - IEEE 754 float support Annex F IEC 60559 (`FLT_EVAL_METHOD`, `FENV_ACCESS` pragma) (not even GCC or Clang care about this) -- cgit v1.2.3