]> git.ipfire.org Git - thirdparty/glibc.git/commit
S390: Implement math-barriers math_opt_barrier and math_force_eval.
authorStefan Liebler <stli@linux.ibm.com>
Wed, 11 Dec 2019 14:09:32 +0000 (15:09 +0100)
committerStefan Liebler <stli@linux.ibm.com>
Wed, 11 Dec 2019 14:12:25 +0000 (15:12 +0100)
commit433a2ba68cd91842546e0f0d43d65835634d570d
treeebf4ed5bae59ae94443aacde64ac6344fd473385
parent238adf59db85646ebae47876819bd896dae597bc
S390: Implement math-barriers math_opt_barrier and math_force_eval.

This patch implements the s390 specific math barriers in order
to omit the store and load from stack if possible.
sysdeps/s390/fpu/math-barriers.h [new file with mode: 0644]