]> git.ipfire.org Git - thirdparty/gcc.git/blob
7e61d52d0c3bf1011cc19e0ab1a285ff7b5916a9
[thirdparty/gcc.git] /
1 ..
2 Copyright 1988-2022 Free Software Foundation, Inc.
3 This is part of the GCC manual.
4 For copying conditions, see the copyright.rst file.
5
6 .. _arm-floating-point-status-and-control-intrinsics:
7
8 ARM Floating Point Status and Control Intrinsics
9 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10
11 These built-in functions are available for the ARM family of
12 processors with floating-point unit.
13
14 .. code-block:: c++
15
16 unsigned int __builtin_arm_get_fpscr ();
17 void __builtin_arm_set_fpscr (unsigned int);