aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDudemanguy <random342@airmail.cc>2023-01-31 16:38:38 -0600
committerDylan Baker <dylan@pnwbakers.com>2023-02-01 13:26:09 -0800
commitf2cb8e2ad57702c0381195f9c9c26f21a4ef8127 (patch)
tree74f1c236f920603155175e2539b97e6e97dbd48c /docs
parent3729b6bcd4087217ad364bf2b84131880a01af40 (diff)
downloadmeson-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.md3
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,