Evan Nemerson
Evan Nemerson
> I have spotted more errors, I realised that setting a bit of a number is different from assigning it. I will complete this with all tests soon. I have...
I'm not seeing the error either. I even threw together a quick implementation from scratch, and I'm getting the same results, so either the IIG is wrong or we're both...
I just added the scaffolding for AVX-512F and AVX-512BW (plus a couple functions for testing), so this should just be a matter of adding the functions now.
I'll try to get to this soon, but assuming this works on x86 with `-DSIMDE_NO_NATIVE` [msvfilter.c:85-86](https://github.com/EddyRivasLab/hmmer/blob/bcd05b05c73f5c89583d4385cd692df190edc577/src/impl_sse/msvfilter.c#L85-L86) is pretty suspicious; it open up the code to aliasing issues, and indeed at...
> To compile with -DSIMDE_NO_NATIVE on x86 I had to add the following patch to src/impl_sse/impl_sse.h Hm, that looks like an autoconf macro… [Yep](https://github.com/EddyRivasLab/hmmer/blob/bcd05b05c73f5c89583d4385cd692df190edc577/configure.ac#L378-L393). SIMDe doesn't include that macro (the...
I looked into this a bit, and I really don't think there is anything we can do, sorry ☹. I'm going to leave this open pending an addition to the...
I'm not sure `LZ4_isError` is really necessary—testing for
I don't want to be a pest, but is there any chance of getting this fixed relatively soon? It's actually causing some issues for me, and I'd like to make...
FWIW, if it's just a matter of adapting the code from zstd I'd be willing to put together a patch…
> Yes, sorry, my time is pretty much tied to Zstd currently. No worries; like I said, I'm willing to write the patch if you just want to adapt the...