Milian Wolff

Results 213 comments of Milian Wolff

This would then break compatibility with the pmap output I have on my machine. Please add a conditional around to check for the distro and adapt accordingly. Or maybe look...

anything I should merge into the original branch?

I have zero rust experience, but if you have a C API I can play with, I'd like to test it out. I suggest you don't shadow existing API though,...

:+1: @DmitryUlyanov can we merge this please?

As-is this repo seems to be infringing on the upstream repo as it's not keeping the original license file, nor the required copyright attribution line. @DmitryUlyanov - can you please...

Interesting, this seems to work fine for two args at least: ``` template QPromise qAwaitAll(const QPromise& p1, const QPromise& p2) { return p1.then([p2](const T1& arg1) { return p2.then([arg1](const T2& arg2)...

what I gathered so far: - documentation on the cmake macro: https://vcdevel.github.io/Vc-1.4/buildsystem.html#buildsystem_macros - in the code you compile via the macro, you should use `Vc::CurrentImplementation::current()` as a template tag -...

@mattkretz: from what I understand, the above wouldn't be sufficient to get the best performance for AVX2, like noted in the READMe for the N-vortex solver: > N-vortex solver showing...

ah, I'm apparently missing the include for `Vc/iterators`, how do I even get that on godbolt? And shouldn't that be `where` self-contained? I.e. it's quite unexpected that one needs to...

I may understand why it breaks in godbolt, but this also affects builds locally outside of godbolt. That's where I first ran into this issue. It's, as I said, quite...