Richard Shaw wrote: > It's funny we just had this conversation yesterday, I woke up to a pull > request to add SSE support. > > https://github.com/drowe67/LPCNet/pull/25 Unfortunately, that requires SSE4.1, which is still too much to assume. Looking at the comments, the author actually tried SSE2, but it was too slow for real-time operation on his machines. Though really fast CPUs (such as your Ryzen 5 2600) can actually even run the unoptimized C in real time, but those are normally modern ones that also support the AVX and even AVX2 optimizations (yours does), so it does not help us that much either. Kevin Kofler _______________________________________________ devel mailing list -- devel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to devel-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/devel@xxxxxxxxxxxxxxxxxxxxxxx