summaryrefslogtreecommitdiff
path: root/devdocs/gcc~13/s_002f390-pragmas.html
diff options
context:
space:
mode:
Diffstat (limited to 'devdocs/gcc~13/s_002f390-pragmas.html')
-rw-r--r--devdocs/gcc~13/s_002f390-pragmas.html8
1 files changed, 0 insertions, 8 deletions
diff --git a/devdocs/gcc~13/s_002f390-pragmas.html b/devdocs/gcc~13/s_002f390-pragmas.html
deleted file mode 100644
index 4ed72f6fd..000000000
--- a/devdocs/gcc~13/s_002f390-pragmas.html
+++ /dev/null
@@ -1,8 +0,0 @@
-<div class="subsection-level-extent" id="S_002f390-Pragmas"> <div class="nav-panel"> <p> Next: <a href="darwin-pragmas" accesskey="n" rel="next">Darwin Pragmas</a>, Previous: <a href="rs_002f6000-and-powerpc-pragmas" accesskey="p" rel="prev">RS/6000 and PowerPC Pragmas</a>, Up: <a href="pragmas" accesskey="u" rel="up">Pragmas Accepted by GCC</a> [<a href="index#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="indices" title="Index" rel="index">Index</a>]</p> </div> <h1 class="subsection" id="S_002f390-Pragmas-1"><span>6.62.6 S/390 Pragmas<a class="copiable-link" href="#S_002f390-Pragmas-1"> ¶</a></span></h1> <p>The pragmas defined by the S/390 target correspond to the S/390 target function attributes and some the additional options: </p> <dl class="table"> <dt>‘<samp class="samp">zvector</samp>’</dt> <dt>‘<samp class="samp">no-zvector</samp>’</dt> </dl> <p>Note that options of the pragma, unlike options of the target attribute, do change the value of preprocessor macros like <code class="code">__VEC__</code>. They can be specified as below: </p> <div class="example smallexample"> <pre class="example-preformatted" data-language="cpp">#pragma GCC target("string[,string]...")
-#pragma GCC target("string"[,"string"]...)</pre>
-</div> </div><div class="_attribution">
- <p class="_attribution-p">
- &copy; Free Software Foundation<br>Licensed under the GNU Free Documentation License, Version 1.3.<br>
- <a href="https://gcc.gnu.org/onlinedocs/gcc-13.1.0/gcc/S_002f390-Pragmas.html" class="_attribution-link">https://gcc.gnu.org/onlinedocs/gcc-13.1.0/gcc/S_002f390-Pragmas.html</a>
- </p>
-</div>