惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

V
Visual Studio Blog
Engineering at Meta
Engineering at Meta
月光博客
月光博客
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
T
Tailwind CSS Blog
博客园 - Franky
The GitHub Blog
The GitHub Blog
大猫的无限游戏
大猫的无限游戏
The Cloudflare Blog
B
Blog RSS Feed
云风的 BLOG
云风的 BLOG
小众软件
小众软件
罗磊的独立博客
Microsoft Azure Blog
Microsoft Azure Blog
I
InfoQ
美团技术团队
H
Hackread – Cybersecurity News, Data Breaches, AI and More
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
V
V2EX
C
Check Point Blog
WordPress大学
WordPress大学
博客园 - 【当耐特】
博客园 - 司徒正美
D
Docker

Latest from Tom's Hardware in Cpus

Intel Xeon 6+ ‘Clearwater Forest’ puts 18A in the data center with up to 288 cores, 576 MB of L3 cache — new Xeon 6990E+ is 30% faster per thread than 192-core AMD Epyc 9965, says Intel Intel Xeon 7 ‘Diamond Rapids’ CPUs officially launching in 2027 on Intel 18A-P — next-gen P-core Xeon features PCIe 6.0, 50% higher core counts, and twice the memory bandwidth AMD brings back Ryzen 7 5800X3D, launches Ryzen 7 7700X3D to combat rising component prices — eight-core X3D CPUs arrive under $350 for AM4 or AM5, DDR4 or DDR5 AMD confirms AM5 support through 2029 — Zen 4 and 5 platform will likely see two more generations, at least Nvidia's long-awaited N1/N1X SoC specs leak ahead of Computex launch — N1 to feature up to 20 Arm-based cores, standard N1 equipped with 12- and 10-core configs AMD Ryzen 7 5800X and Nvidia RTX 5060 combo is only $439 — deal includes a free CPU cooler, totaling out to $150… Intel’s new Bartlett Lake flagship loses fight to a four-year-old CPU — Core 9 273PQE has 50% more P-cores… $100 CPU Shootout: Comparing the Ryzen 5 5500, Core i3-14100F, and Core i3-12100F to find the top DDR4 CPU Analyst says Nvidia poised to capture two-thirds of the x86 server CPU market from Intel and AMD with expected $20 billion in revenue — 'Nvidia is already on track' to deliver 4 million Vera CPUs in FY2027 AMD Ryzen AI Max 400 ‘Gorgon Halo’ packs up to 192GB of unified memory — refreshed APU uses Zen 5 and… Ryzen 7 5800X3D AM4 10th Anniversary Edition surfaces online for $310 — return of iconic gaming CPU for budget… Intel CEO Lip-Bu Tan stamps out chip bugs with aggressive new quality standards, says major validation errors can result in termination — 'B0, you keep your job. Anything above that, you are fired' AMD rumored to ready budget-friendly Ryzen 7 7700X3D for suffering gamers — chipmaker lowers clocks and price with… The Core Ultra 7 270K was too good, so Intel scrapped the flagship Core Ultra 9 290K Plus — benchmarks of the 290K prototype find slim 2% faster performance in gaming and applications Intel Core Ultra 5 250K Plus vs AMD Ryzen 5 7600X3D faceoff — Battle for the fastest mid-range gaming CPU AMD reaches 46% of server x86 CPU revenue — Intel still controls 70% of the consumer PC market share AMD expands its Ryzen 9000 PRO lineup with six new SKUs, now featuring 3D V-Cache for the first time — new workstation CPUs have up to 170W TDPs, available with OEMs later this year China's next-gen CPUs and GPUs prepare to challenge last-gen Intel and AMD in 2027 — Loongson 3B6600 and… Arm's $2 billion in AGI CPU sales are still not enough to penetrate 5% of overall market share, analyst reveals — at least $90 million worth of CPUs to be shipped before FY2027 AMD Ryzen 9 9950X3D2 vs Ryzen 9 9950X3D faceoff — How far does dual cache take you? Intel Core Ultra 5 225 review: Arrow Lake’s forgotten CPU needs a price cut AMD to broaden and specialize EPYC CPUs, already working on Zen 7 architecture — increased customization to better… AMD posts record first-quarter results, driven by skyrocketing data center CPU demand — company expects consumer and gaming revenue to decline in Q2 over rising memory and component costs Intel's P-core Core 9 273PQE 'Bartlett Lake' CPU beats 14900K by up to 9% in gaming tests — embedded-only chip is unofficially Intel's fastest gaming CPU (at 720p) New server-focused SPEC CPU 2026 benchmarking suite has results for a Raspberry Pi 5 — updated tools feature more tests and can run a wide range of systems AMD Ryzen AI 5 435G APU breaks cover in early benchmarks — six-core Zen 5 chip goes head-to-head with the Ryzen 5 8600G for budget PC builders AMD Ryzen AI Max+ PRO 495 APU could arrive with 192GB of unified memory — leaked PassMark benchmarks suggest… AMD Ryzen 9 PRO 9965X3D spotted on Passmark — company's first PRO chip with 3D V-Cache also bumps the lineup… Tech teardown specialist delids a Xeon with a blowtorch and hunting knife — wood chopping block makes a worthy… More details emerge about how Intel now earns more revenue from each wafer by looking to the edges — analyst reports say reduced yield variability across each wafer leads to more sellable CPUs
Hobbyist builds a homebrew Intel 8086 ISA accelerator car...
Mark Tyson · 2026-04-05 · via Latest from Tom's Hardware in Cpus

50-year-old hardware is slow, but rest assured, there are hobbyists out there trying to speed things up by building new era-appropriate accelerator cards. A prime example is @bradthx (Brad) on X, a computer scientist and lover of boating who has recently showcased their hardware multiplication ISA card accelerator for Intel 8086 and Intel 8088 PC systems.

I built a hardware multiplication accelerator for the 8086.It’s an ISA card built around a TRW MPY12HJ parallel multiplier from the 1980s that offloads MUL instructions from the CPU.It actually makes integer multiplication about 2.5× faster on early x86 systems.… pic.twitter.com/jddU7LheebApril 2, 2026

— cantworkitout on April 2, 2026

A new homebrew ISA card fitted with a TRW MPY12HJ parallel multiplier chip “makes integer multiplication about 2.5× faster on early x86 systems,” says project maker Brad.

According to our searches, this multiplier chip was actually around in the late 70s and early 80s. Thus, it may have been possible for an engineer at the time to implement something similar for the iconic IBM PC Model 5150 with an Intel 8088 CPU. This open-architecture computer from IBM would come to define the PC, and famously debuted ISA slots back in 1981.

The major reason for Brad to create this accelerator was how early Intel x86 chips handled the MUL instruction. “On the original 8088/8086, multiplication was implemented as an iterative shift/add algorithm controlled by microcode,” explains the computer scientist. “It basically calculates it the same way you would solve it on paper in binary.” In essence, this meant multiplication handling by the old Intel CPUs would take “a crazy long time.”

Hello TRW MPY12HJ

Brad’s ISA card is built around the capabilities of the TRW MPY12HJ chip. This is a “12×12 parallel multiplier designed specifically for high-speed arithmetic operations,” says the maker. It works in an asynchronous fashion, without a clock, running as fast as the bits can propagate through the silicon. This is actually “orders of magnitude faster than the CPU’s microcoded multiply loop,” underlines Brad.

Because the TRW multiplier is so fast, it can calculate intercepted MUL instructions between two consecutive bus cycles. Therefore, having it on an ISA card isn’t a killer performance penalty, as is explained by the computer scientist. Overall, the card achieves performance “about 2.5× faster than the CPU’s built-in multiplier.”

This is obviously not necessary in 2026 lol, but was absolutely worth building. Here it is in operation. Note that printing the math to the display for demonstration is a huge bottleneck that slows it down. pic.twitter.com/ysyFRwPNmIApril 2, 2026

— cantworkitout on April 2, 2026

Click 'See more' to watch the accelerator in action.

Get Tom's Hardware's best news and in-depth reviews, straight to your inbox.

Existing compiled code not accelerated

As cool as the Intel 8086 ISA accelerator card project is, it won’t work its magic on the classic old apps you might already have in your library – unless you wrote them or have access to the source code.

Brad explains to other X users that “for anything that I build, I can use my own subroutine that uses this hardware multiplier instead of the internal x86 MUL instruction.” But when it comes to pre-compiled apps, they aren’t aware of, and will not make use of, the ISA accelerator card.

Google Preferred Source

Follow Tom's Hardware on Google News, or add us as a preferred source, to get our latest news, analysis, & reviews in your feeds.

Mark Tyson is a news editor at Tom's Hardware. He enjoys covering the full breadth of PC tech; from business and semiconductor design to products approaching the edge of reason.