Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
codedokode
29 days ago
|
parent
|
context
|
favorite
| on:
Fundamental flaws of SIMD ISAs (2021)
> Any modern out-of-order core will (on the happy path) schedule the operations identically whether you did one copy per loop or four.
I cannot agree because in an unrolled loop you have less counter increment instructions.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
I cannot agree because in an unrolled loop you have less counter increment instructions.