Y
Hacker News
new
|
ask
|
show
|
jobs
Huawei Contributes Some Glibc AArch64 Performance Optimizations
(
phoronix.com
)
11 points
by
geek-advised
2374 days ago
1 comments
qtplatypus
2374 days ago
Does anyone know how the optimisations Work?
link
Fronzie
2374 days ago
It seems they replaced the c code by optimized assembly, and improving the existing assembly that was there. I think loop-unrolling is one of the things they did, but am not sure:
https://sourceware.org/git/?p=glibc.git&a=search&h=HEAD&st=a...
link