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.

Minotaur: A SIMD-Oriented Synthesizing Superoptimizer [pdf]

55 pointsby luu7 months ago

2 comments

dang7 months ago
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 months ago
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?