xsimd icon indicating copy to clipboard operation
xsimd copied to clipboard

API changes tracking

Open DerThorsten opened this issue 2 years ago • 2 comments

this is just to keep track of the api changes I noticed while refactoring xtensor from xsimd7 to xsimd8

there are some trivial changes

    xsimd::load_simd    =>     xsimd::load;
    xsimd::store_simd  =>     xsimd::store;

And more complicated ones xsimd::set_simd is similiar to the new xsimd::broadcast but the new broadcast only takes one template argument.

...to be continued...

DerThorsten avatar Aug 25 '21 14:08 DerThorsten

You meant xsimd::set_simd is similar to xsimd::broadcast, right?

JohanMabille avatar Aug 25 '21 14:08 JohanMabille

yes, ..edited it

DerThorsten avatar Aug 26 '21 09:08 DerThorsten

We now have a https://github.com/xtensor-stack/xsimd/blob/master/Changelog.rst changelog to keep track of changes \o/

serge-sans-paille avatar Mar 11 '23 20:03 serge-sans-paille