Sayed Adel

Results 53 comments of Sayed Adel

To clarify: - With flush-to-zero enabled, this emulation still handles subnormals, so it’s fine to treat them as integers by the following branches: https://github.com/google/highway/blob/0bb1960251e6529bab84daa12c6717f46131e397/hwy/contrib/sort/vqsort-inl.h#L1283-L1290 - https://github.com/google/highway/blob/0bb1960251e6529bab84daa12c6717f46131e397/hwy/contrib/sort/vqsort-inl.h#L1434-L1458 - NumPy CI (numpy/numpy#29829)...

> NumPy CI (https://github.com/numpy/numpy/pull/29829) triggered errors, mostly related to select and MMX prefetch. I’ll follow up with fixes after addressing these issues. Regarding `VQselect`, the runtime test failure was in...

> What do you think of splitting it up into separate files for Sort vs Select vs PartialSort? That could be a straightforward fix. The current CPU dispatch approach can...