Hacker News new | ask | show | jobs
by vintermann 50 days ago
> but no body uses this for obvious reason, it's just a toy example for education.

SERV has entered the chat!

It has one upside besides education, and that is that it can be implemented with fewer gates. If you for some reason need parallelism on the core level rather than the bit level, you can cram in more cores with bit-serial ALUs in the same space.

1 comments

SERV also implements xor bit serially too though.