| The Hot Chips presentation a year ago when the C910 was announced shows it comparable to ARM A73. https://www.anandtech.com/show/15991/hot-chips-2020-live-blo... I should have one of the eval boards in mid November and I'll be able to do real-word tests then. The C906 is a little bit faster than a Raspberry Pi Zero, except it has a fairly useful vector unit which can double or triple the speed of many things. I published memcpy and strcpy benchmarks on Nezha six months ago: https://hoult.org/d1_memcpy.txt
https://hoult.org/d1_strcpy.txt I also have results for it in my primes benchmark. It beats out a U54 at the same clock speed and is not far off the higher clocked A53 in a Pi 3. https://hoult.org/primes.txt The current "Nezha" board at $99 is obviously expensive compared to a Pi Zero. SiPeed are promising a board with with same D1 SoC with 512 MB RAM for under $20 within the next month. https://twitter.com/SipeedIO/status/1443486484112183298 The C906 is very comparable to SiFive U54 (as in the HiFive Unleashed, and the Microsemi "Icicle" FPGA) except it has a vector unit and a much better DRAM interface than the FU540 had. But the D1 is only single core. The C910 is comparable to the SiFive U84, which has not yet been seen in public in actual silicon. |