Michael R. Crusoe

Results 1269 comments of Michael R. Crusoe

https://docs.pytest.org/en/latest/how-to/capture-warnings.html#additional-use-cases-of-warnings-in-tests I think adding ``` python with warnings.catch_warnings(): warnings.simplefilter("error") ``` in place of the `with pytest.warns(None):` should fix this

(above is a summary of a conversation with @tetron , so I can refer to it later)

Thank you very much @kinow ! Do you know why this wasn't caught by the CI? Do we need a new test?

@AlexK-BD I'm happy to merge this as it is; please let me know if that is okay with you

Ping @AlexK-BD ; I'm thinking about making a new SIMDe release this month. I'd like to merge this PR of yours, if that is okay with you.

> When building for a target that doesn't have native 256 bit FMA support, why not use two 128 bit FMA operations on the two halves of the input? When...

@Remnant44 , thank you for investigating. Yes, that contribution would be welcome!

This appears to have been fixed in (https://github.com/simd-everywhere/simde/pull/1197) https://github.com/simd-everywhere/simde/commit/bd0532032487df1ea501ae8dc3f8e32abd5309b1 by @AlexK-BD ; thanks again!