diff options
Diffstat (limited to 'doc/cstd.md')
| -rw-r--r-- | doc/cstd.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/cstd.md b/doc/cstd.md index 84dd9a2..40bfe08 100644 --- a/doc/cstd.md +++ b/doc/cstd.md @@ -12,7 +12,7 @@ A list of missing standard C features: - IEEE 754 float support Annex F IEC 60559 (`FLT_EVAL_METHOD`, `FENV_ACCESS` pragma) (not even GCC or Clang care about this) ## C11 - - `_Alignas`, `max_align_t` + - `_Alignas` - Multithreading support (`_Thread_local`, atomics) - `u8".."` string literals |