diff options
| author | Dudemanguy <random342@airmail.cc> | 2023-01-31 16:38:38 -0600 |
|---|---|---|
| committer | Dylan Baker <dylan@pnwbakers.com> | 2023-02-01 13:26:09 -0800 |
| commit | f2cb8e2ad57702c0381195f9c9c26f21a4ef8127 (patch) | |
| tree | 74f1c236f920603155175e2539b97e6e97dbd48c /docs/markdown/Reference-tables.md | |
| parent | 3729b6bcd4087217ad364bf2b84131880a01af40 (diff) | |
| download | meson-f2cb8e2ad57702c0381195f9c9c26f21a4ef8127.tar.gz | |
add cc.has_function_attribute('vector_size')
Diffstat (limited to 'docs/markdown/Reference-tables.md')
| -rw-r--r-- | docs/markdown/Reference-tables.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/markdown/Reference-tables.md b/docs/markdown/Reference-tables.md index b81582cd8..f63a4732b 100644 --- a/docs/markdown/Reference-tables.md +++ b/docs/markdown/Reference-tables.md @@ -259,6 +259,7 @@ which are supported by GCC, Clang, and other compilers. | sentinel⁵ | | unused | | used | +| vector_size⁶ | | visibility* | | visibility:default† | | visibility:hidden† | @@ -281,6 +282,8 @@ which are supported by GCC, Clang, and other compilers. ⁵ *New in 0.63.0* +⁶ *New in 1.1.0* + ### MSVC __declspec These values are supported using the MSVC style `__declspec` annotation, |
