about summary refs log tree commit diff
path: root/soft-fp/negdf2.c
diff options
context:
space:
mode:
authorNoah Goldstein <goldstein.w.n@gmail.com>2023-08-10 19:28:24 -0500
committerNoah Goldstein <goldstein.w.n@gmail.com>2023-08-11 15:33:08 -0500
commit084fb31bc2c5f95ae0b9e6df4d3cf0ff43471ede (patch)
tree1b79cc8113295ce1322c35f3c6b1c557acda7989 /soft-fp/negdf2.c
parentf6b10ed8e9a00de49d0951e760cc2b5288862b47 (diff)
downloadglibc-084fb31bc2c5f95ae0b9e6df4d3cf0ff43471ede.tar.gz
glibc-084fb31bc2c5f95ae0b9e6df4d3cf0ff43471ede.tar.xz
glibc-084fb31bc2c5f95ae0b9e6df4d3cf0ff43471ede.zip
x86: Fix incorrect scope of setting `shared_per_thread` [BZ# 30745]
The:

```
    if (shared_per_thread > 0 && threads > 0)
      shared_per_thread /= threads;
```

Code was accidentally moved to inside the else scope.  This doesn't
match how it was previously (before af992e7abd).

This patch fixes that by putting the division after the `else` block.
Diffstat (limited to 'soft-fp/negdf2.c')
0 files changed, 0 insertions, 0 deletions