RISC-V's New Math Library Makes Open Chips Faster — Why It Matters
Faster chips mean smoother video, quicker AI, and cheaper gadgets.
Inside your phone, laptop, and car, chips do millions of calculations every second. One important job is the Fast Fourier Transform (FFT) — a math trick that processes signals quickly. It's how your phone filters static out of a call, how your TV sharpens a picture, and how scientists analyze climate data. The faster a chip can do FFT, the smoother and more efficient your devices become.
Now, a team of researchers has written a new library — a set of pre-built code — called juFFTe that makes FFT much faster on RISC-V processors. RISC-V is an open-source chip design, meaning anyone can use and modify it for free. Because it's open, it could lead to cheaper, more customizable computers. The team tested juFFTe on three RISC-V chips made by SiFive, SpacemiT, and Sophon, and it beat the widely used FFTW3 library on every one.
The catch? RISC-V still isn't fast enough to beat established designs. When the researchers compared the same math on AMD's Zen 5 architecture, AMD won clearly. That's not surprising: RISC-V is young, while AMD has had decades to polish its chips. But the gap is closing, and every improvement like juFFTe brings open-source hardware closer to the mainstream.
Why does this matter to you? RISC-V's open design could drive down the cost of smart devices, from phones to medical tools. It also means more people can build specialized chips without paying huge license fees. This paper is an early but promising step toward making that future a reality.
- Researchers built juFFTe, a new math library that speeds up FFT calculations on RISC-V chips.
- juFFTe outperformed the established FFTW3 library on all three tested RISC-V processors.
- RISC-V still trails AMD's Zen 5, but progress like this points to cheaper, more flexible hardware ahead.
Why It Matters
Faster RISC-V chips could lower costs and boost performance in phones, cars, and servers.