TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Apple Possibly Exploring Open-Source Alternative to ARM Architecture

1 点作者 vrocmod超过 3 年前

2 条评论

jqpabc123超过 3 年前
<i>Tom&#x27;s Hardware theorizes that if Apple were to adopt the open-source instruction set of RISC-V, it may save the company money because it wouldn&#x27;t need to pay Arm a license fee for its instruction set.</i><p>The money Apple pays ARM is insignificant.<p>More likely in my opinion, they are exploring RISC-V as a base from which to build their own proprietary chips. There is nothing &quot;open&quot; about Apple.
评论 #28414983 未加载
johndoe0815超过 3 年前
It&#x27;s confusing that RISC-V is so often described as &quot;open source&quot;. The specs (ISA + extensions) are open and free from patents (at least as far as we know). While there are a large number of open source implementations available, many of these, however, implement only a simple microcontroller-style RV32I core.<p>The cores available in &quot;large&quot; physical chips you can buy today (XuanTie C906 on the Allwinner D1 SoC, SiFive U54&#x2F;74 e.g. on the BeagleV and HiFive Unmatched) are proprietary. I think one of the few companies that open sourced their commercially used cores is Western Digital (&quot;swerv&quot; cores - <a href="https:&#x2F;&#x2F;github.com&#x2F;westerndigitalcorporation&#x2F;swerv_eh1" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;westerndigitalcorporation&#x2F;swerv_eh1</a>), but these are also RV32I microcontroller-class CPUs.