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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Minotaur: A SIMD-Oriented Synthesizing Superoptimizer [pdf]

55 点作者 luu7 个月前

2 条评论

dang7 个月前
Related:<p><i>Minotaur: A SIMD-oriented synthesizing superoptimizer</i> - <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=36701160">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=36701160</a> - July 2023 (15 comments)<p>(Reposts are fine after a year or so; links to past threads are just to satisfy extra-curious readers)
Avamander7 个月前
What&#x27;s currently the biggest obstacle in getting something like ffmpeg to build (from C) with comparable performance to the handcrafted ASM? Could a compiler for example do it if data structures were better-suitable for SIMD? Would it require a different language altogether?