Y
Hacker News
new
|
ask
|
show
|
jobs
by
isotypic
459 days ago
Vector operations are widely used in common software. Java uses AVX512 for sorting. glibc uses SIMD instructions for string operations.
1 comments
tremon
458 days ago
Thanks for the correction. I hadn't considered bulk memory operations to be part of SIMD operation but it makes sense -- they operate on a larger grain than word-size so they can do the same operation with less micro-ops overhead.
link