Yang Yanchao 03b9b27526 strcmp: delete align for loop_aligned
In Kunpeng-920, the performance of strcmp deteriorates only
when the 16 to 23 characters are different.Or the string is
only 16-23 characters.That shows 2 misses per iteration which
means this is a branch predictor issue indeed.
In the preceding scenario, strcmp performance is 300% worse than expected.

Fortunately, this problem can be solved by modifying the alignment of the functions.

Signed-off-by: Yang Yanchao <yangyanchao6@huawei.com>
2022-02-23 15:35:13 +08:00
2019-09-30 10:40:45 -04:00
2021-08-06 17:32:15 +08:00
2019-12-14 14:32:18 +08:00
2020-07-06 09:03:03 +08:00
2019-09-30 10:40:45 -04:00
2019-09-30 10:40:45 -04:00
Description
No description provided
101 MiB
Languages
Shell 39%
Python 31.2%
Makefile 29.8%