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 | |
parent | 3729b6bcd4087217ad364bf2b84131880a01af40 (diff) | |
download | meson-f2cb8e2ad57702c0381195f9c9c26f21a4ef8127.zip meson-f2cb8e2ad57702c0381195f9c9c26f21a4ef8127.tar.gz meson-f2cb8e2ad57702c0381195f9c9c26f21a4ef8127.tar.bz2 |
add cc.has_function_attribute('vector_size')
Diffstat (limited to 'docs')
-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 b81582c..f63a473 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, |