summaryrefslogtreecommitdiff
path: root/share/doc/gcc-linaro-aarch64-linux-gnu/html/gcc/Function-Specific-Option-Pragmas.html
diff options
context:
space:
mode:
Diffstat (limited to 'share/doc/gcc-linaro-aarch64-linux-gnu/html/gcc/Function-Specific-Option-Pragmas.html')
-rw-r--r--share/doc/gcc-linaro-aarch64-linux-gnu/html/gcc/Function-Specific-Option-Pragmas.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/share/doc/gcc-linaro-aarch64-linux-gnu/html/gcc/Function-Specific-Option-Pragmas.html b/share/doc/gcc-linaro-aarch64-linux-gnu/html/gcc/Function-Specific-Option-Pragmas.html
index c6dae17..9050ab4 100644
--- a/share/doc/gcc-linaro-aarch64-linux-gnu/html/gcc/Function-Specific-Option-Pragmas.html
+++ b/share/doc/gcc-linaro-aarch64-linux-gnu/html/gcc/Function-Specific-Option-Pragmas.html
@@ -55,7 +55,7 @@ Up:&nbsp;<a rel="up" accesskey="u" href="Pragmas.html#Pragmas">Pragmas</a>
<h4 class="subsection">6.57.13 Function Specific Option Pragmas</h4>
<dl>
-<dt><code>#pragma GCC target (</code><var>"string"</var><code>...)</code><dd><a name="index-pragma-GCC-target-3377"></a>
+<dt><code>#pragma GCC target (</code><var>"string"</var><code>...)</code><dd><a name="index-pragma-GCC-target-3379"></a>
This pragma allows you to set target specific options for functions
defined later in the source file. One or more strings can be
specified. Each function that is defined after this point will be as
@@ -70,7 +70,7 @@ present, it is not implemented for other backends.
</dl>
<dl>
-<dt><code>#pragma GCC optimize (</code><var>"string"</var><code>...)</code><dd><a name="index-pragma-GCC-optimize-3378"></a>
+<dt><code>#pragma GCC optimize (</code><var>"string"</var><code>...)</code><dd><a name="index-pragma-GCC-optimize-3380"></a>
This pragma allows you to set global optimization options for functions
defined later in the source file. One or more strings can be
specified. Each function that is defined after this point will be as
@@ -84,7 +84,7 @@ versions earlier than 4.4.
</dl>
<dl>
-<dt><code>#pragma GCC push_options</code><dt><code>#pragma GCC pop_options</code><dd><a name="index-pragma-GCC-push_005foptions-3379"></a><a name="index-pragma-GCC-pop_005foptions-3380"></a>
+<dt><code>#pragma GCC push_options</code><dt><code>#pragma GCC pop_options</code><dd><a name="index-pragma-GCC-push_005foptions-3381"></a><a name="index-pragma-GCC-pop_005foptions-3382"></a>
These pragmas maintain a stack of the current target and optimization
options. It is intended for include files where you temporarily want
to switch to using a different &lsquo;<samp><span class="samp">#pragma GCC target</span></samp>&rsquo; or
@@ -96,7 +96,7 @@ pragmas are not implemented in GCC versions earlier than 4.4.
</dl>
<dl>
-<dt><code>#pragma GCC reset_options</code><dd><a name="index-pragma-GCC-reset_005foptions-3381"></a>
+<dt><code>#pragma GCC reset_options</code><dd><a name="index-pragma-GCC-reset_005foptions-3383"></a>
This pragma clears the current <code>#pragma GCC target</code> and
<code>#pragma GCC optimize</code> to use the default switches as specified
on the command line.