-
Notifications
You must be signed in to change notification settings - Fork 260
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Initial Implementation for the new WASM based instruction set #946
Initial Implementation for the new WASM based instruction set #946
Conversation
Thanks a lot for working on this! |
Yes, the initial idea was to have all the basic arithmetic operations first (more or less everything tested in |
Thanks for having a look. Yeah this pr branches out from #943 and I think so Thorsten is trying to port the test files and run them all considering wasm. I guess once that is done we could merge that PR and rebase this one top of that. |
@anutosh491 can you rebase on latest |
added emscripten-wasm32 tests
They clutter the build output for no reason.
Basically so that -DENABLE_XTL_COMPLEX=On at configuration step implies -DXSIMD_ENABLE_XTL_COMPLEX=1 for the tests. Fix xtensor-stack#942
Sure I'll do it ! |
0f50490
to
ec703ba
Compare
@serge-sans-paille Ahh I think I made a bad commit somewhere and also the commit history looks very messy here. I've pushed my changes on top of current master on a seperate branch (#952). Should make reviewing and merging more easier. |
No description provided.