TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

AMD Zen2 ymm registers rolling back

277 pointsby tavisoabout 2 years ago

5 comments

SethTroabout 2 years ago
<a href="https:&#x2F;&#x2F;lkml.org&#x2F;lkml&#x2F;2023&#x2F;2&#x2F;22&#x2F;982" rel="nofollow">https:&#x2F;&#x2F;lkml.org&#x2F;lkml&#x2F;2023&#x2F;2&#x2F;22&#x2F;982</a><p>Seems to be a known errata which was fixed by a microcode update
评论 #34977182 未加载
评论 #34976849 未加载
评论 #34979967 未加载
评论 #34978686 未加载
snvzzabout 2 years ago
Lovely reminder of the mess x86 is.<p>fp registers shared with mmx, sse registers (xmm), avx registers (ymm), and a truckload of them.<p>Modern implementations have extremely complex frontends, full of elaborate hacks to get performance despite x86.<p>Complexity breeds bugs, such as this one.
评论 #34977236 未加载
评论 #34979478 未加载
评论 #34977274 未加载
评论 #34977553 未加载
评论 #34977449 未加载
评论 #34977910 未加载
Deeg9rie9usiabout 2 years ago
Please don&#x27;t link lkml.org, use lore instead: <a href="https:&#x2F;&#x2F;lore.kernel.org&#x2F;lkml&#x2F;Y%2FW4x7%2FKFqmDmmR7@thinkstation.cmpxchg8b.net&#x2F;#r" rel="nofollow">https:&#x2F;&#x2F;lore.kernel.org&#x2F;lkml&#x2F;Y%2FW4x7%2FKFqmDmmR7@thinkstati...</a>
评论 #34980611 未加载
评论 #34979597 未加载
userbinatorabout 2 years ago
Unless you absolutely need the newest for some reason, I think buying CPUs which have been out for a year if not more would be the best way of avoiding hardware bugs like this, as it seems like they&#x27;ve also started using users for random spot-testing instead of verifying against a spec. One would hope they have plenty of esoteric and freely available x86&#x2F;PC software to use for regression testing, like demoscene productions going back to the 80s (a great way to exercise opcode sequences that compilers might rarely or never create, but should still work), but with the recent CPU bugs, it feels more like &quot;Windows&#x2F;Linux&#x2F;$common_OS with $common_software seems to work, ship it!&quot;
评论 #34977428 未加载
评论 #34978104 未加载
评论 #34977437 未加载
评论 #34977590 未加载
评论 #34977675 未加载
评论 #34977448 未加载
naikrovekabout 2 years ago
tavis is everywhere in this space. respect.