Robin Christ
Robin Christ
Update: There was a `CXX_EXTENSIONS NO` in the CMakeLists as part of my usual boilerplate. Turns out that's the issue... Is there a specific reason why non-standard / non-portable C++...
Hi, Sorry for my later reply, I've been out of office. Unfortunately, your PR https://github.com/bloomberg/quantum/pull/152 does not yet fix the issue: ``` In file included from ../main.cpp:1: In file included...
Nope, I didn't :man_facepalming: Thank you for the hint. Maybe a note at `multiplies` would be good, something like "For the scalar version, see `scale`"
Is there something similar for `plus`? Like `offset` instead of `scale`
Yeah, I'm building unshuffle sequences for complex numbers (AoS to SoA), which is basically `2*Is..., 2*Is + 1 ...` for a standard `index_sequence`
Yeah no worries, there's no rush Maybe I'll try to add such a helper myself, shouldn't be too difficult
@bnoordhuis What do you think?
> The first two commits look okay to me but the last one results in an unpleasant amount of code duplication. The problem is that this is the only way...
> Speaking for myself (not other maintainers), I have no interest in maintaining such a fork at the moment. I expect that most new add-ons will be written using n-api,...
Hmm, but that doesn't explain why a single call `static_cast(dataBuffer->GetBackingStore()->Data());` works, but doing it twice crashes