Amyspark

Results 107 comments of Amyspark

> Enabling dred or osce should automatically enable Deep PLC. For those cases I usually prefer something like `get_option('deep-plc').enable_auto_if().require(dred or osce, error_message: 'Deep PLC must not be disabled if DRED...

@mclow I see there's a window open for bugfixes, would it be possible for this to get reviewed?

Ok, closing this one in favour of #513.

@stl Hi again, I've digged into this tonight and I realised it's a GCC bug on Windows, introduced sometime around 9.2. It's 100% reproducible with your toolchain if one uses...

Bug report: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110710

Here's a godbolt with the alternatives: https://godbolt.org/z/TosvEr9fz Both show the 2.5x speedup.

> I was wondering if the auto detection performed by xsimd takes into account this scenario and if it is the expected behaviour, perhaps due to unsupported older cpus. This...

> I think that's right, but I'm speculating without a way to try it out. Did you try narrowing it to `/EHs`, and did that resolve your problem? I'm also...

Hi! @nirbheek told me I could have a look at this. The issue you were facing is that, on macOS, what you're calling is in fact an interposer, lazy-loader dylib:...

Hi! That's correct, CEF libraries are missing because on macOS, *there are none*. What the Spotify tarball ships is instead a framework. I assume the intention of the developers was...