]> sourceware.org Git - glibc.git/commit
S390: Fix _FPU_SETCW/GETCW when compiling with Clang [BZ #30130]
authorAndreas Arnez <arnez@linux.ibm.com>
Tue, 28 Feb 2023 12:48:06 +0000 (13:48 +0100)
committerStefan Liebler <stli@linux.ibm.com>
Tue, 28 Feb 2023 13:01:28 +0000 (14:01 +0100)
commit3862773e1efba89ac7da43be80e64140b073c4e2
treebec278c4ff8908fa64114e1f350b441b84de8204
parent86f69d699b5c2acf8362695bac0c5bbc2006d54f
S390: Fix _FPU_SETCW/GETCW when compiling with Clang [BZ #30130]

The _FPU_SETCW and _FPU_GETCW macros are defined with inline assemblies.
They use the sfpc and efpc instructions, respectively.  But both contain
a spurious second operand that leads to a compile error with Clang.
Removing this operand works both with gcc/gas (since binutils 2.18) as
well as with clang/llvm.
sysdeps/s390/fpu/fpu_control.h
This page took 0.041839 seconds and 5 git commands to generate.