diff options
author | Heiko Carstens <hca@linux.ibm.com> | 2020-08-11 15:30:30 +0200 |
---|---|---|
committer | Vasily Gorbik <gor@linux.ibm.com> | 2020-08-26 18:47:20 +0200 |
commit | bb4644b14accb05663847277002e3efa9fa3cd3b (patch) | |
tree | ba7d76538d9a476b7e40f5681e3f5905802442d6 /include | |
parent | b064904c509decf9e038f29f903a2304851a913b (diff) |
s390/checksum: rewrite csum_tcpudp_nofold()
Rewrite csum_tcpudp_nofold() so that the generated code will not
contain branches. The old implementation was also optimized for
machines which came with "add logical with carry" instructions,
however the compiler doesn't generate them anymore. This is most
likely because those instructions are slower.
However with the old code the compiler generates a lot of branches,
which isn't too helpful usually. Therefore rewrite the code.
In a tight loop this doesn't make any difference since the branch
prediction unit does its job.
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions