Jamie Vital

Results 13 issues of Jamie Vital

At the request of @martinling, here's a draft PR that implements RAW_IO on Windows, using libusb/libusb#1512. The change checks if RAW_IO is available, and if it is, it turns it...

## Issue Description ## When attempting to build the UHD host library in MSVC for Windows on ARM64, the compiler build stops with the following error repeated several times: ```...

Fixes NEON support on Windows ARM64. Most of the changes deal with the somewhat odd way in which Microsoft deals with the uint8x16_t, etc types. Additionally, MSVC on ARM/ARM64 does...