Open anilgurses opened 1 month ago
AVX2 support is implemented for uhd::convert. It was previously limited with sse2. It provides performance improvements for data type conversion.
N/A
Affects the uhd::convert data conversion performance.
Testing is done using the tests written previously by UHD developers. It passes all previous tests and there is no need for new tests.
Pull Request Details
Description
AVX2 support is implemented for uhd::convert. It was previously limited with sse2. It provides performance improvements for data type conversion.
Related Issue
N/A
Which devices/areas does this affect?
Affects the uhd::convert data conversion performance.
Testing Done
Testing is done using the tests written previously by UHD developers. It passes all previous tests and there is no need for new tests.
Checklist