diff options
| author | Andrew Kelley <andrew@ziglang.org> | 2020-08-23 22:47:13 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-23 22:47:13 -0400 |
| commit | bb9c3118ed5fdc16b8e2d9882375005c2a62d0cc (patch) | |
| tree | 2205d94aafa9f1a2df872174f7a9d3efb87c5faa /lib/libc/include/sparc-linux-gnu/bits/fenv.h | |
| parent | 7015d84e0ca6f02fede45621571084df98dda712 (diff) | |
| parent | 53a2431713afc5e442479b5d8a3108e29eb8124b (diff) | |
| download | zig-bb9c3118ed5fdc16b8e2d9882375005c2a62d0cc.tar.gz zig-bb9c3118ed5fdc16b8e2d9882375005c2a62d0cc.zip | |
Merge pull request #6137 from Jan200101/update/glibc-2.32
Update to glibc 2.32
Diffstat (limited to 'lib/libc/include/sparc-linux-gnu/bits/fenv.h')
| -rw-r--r-- | lib/libc/include/sparc-linux-gnu/bits/fenv.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/lib/libc/include/sparc-linux-gnu/bits/fenv.h b/lib/libc/include/sparc-linux-gnu/bits/fenv.h index 408a29f7b6..7eba346aa7 100644 --- a/lib/libc/include/sparc-linux-gnu/bits/fenv.h +++ b/lib/libc/include/sparc-linux-gnu/bits/fenv.h @@ -83,15 +83,6 @@ typedef unsigned long int fenv_t; # define FE_NOMASK_ENV ((const fenv_t *) -2) #endif -/* For internal use only: access the fp state register. */ -#if __WORDSIZE == 64 -# define __fenv_stfsr(X) __asm__ __volatile__ ("stx %%fsr,%0" : "=m" (X)) -# define __fenv_ldfsr(X) __asm__ __volatile__ ("ldx %0,%%fsr" : : "m" (X)) -#else -# define __fenv_stfsr(X) __asm__ __volatile__ ("st %%fsr,%0" : "=m" (X)) -# define __fenv_ldfsr(X) __asm__ __volatile__ ("ld %0,%%fsr" : : "m" (X)) -#endif - #if __GLIBC_USE (IEC_60559_BFP_EXT_C2X) /* Type representing floating-point control modes. */ typedef unsigned long int femode_t; |
