blob: 4ed72f6fd557783b8ad59ff0a6e2584103cd9105 (
plain)
1
2
3
4
5
6
7
8
|
<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">
© 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>
|