Evan Nemerson
Evan Nemerson
No worries, I didn't have internet (except on my phone) for a while due to a move, so I wouldn't have been able to review this anyways. I think I...
Sorry it took so long, but this is almost done. As of a few days ago everything (416c2437a35c83077eb004d5601cee7d9e3b2840 and 269db2ab456a7cb01ef606d732b718190d0a0f78) works on e2k, but the tests generate a lot of...
Sorry, I've been away from SIMDe for a while but I'm trying to get back into it now. I'll take a look at this over the weekend. My memory is...
> Version: 0.47.2 Meson is too old. I'm not actually sure what version is required, but IIRC something around 0.52. You probably want to install via pip: https://mesonbuild.com/Getting-meson.html#installing-meson-with-pip. Or, of...
What compiler, compiler version, and architecture(s) (host and target) are you using? Also, since you're using `-march=native`, what features does your CPU support (since you're using `-march=native`)? If you're using...
What about compiler and flags? I'm not really concerned about the issue with Meson (I still think that should be resolved with a fresh build on a newer version), but...
I fixed the issue with native-aliases, but this is failing on AppVeyor (MSVC). I'll take a look over the weekend.
It's all ready to go, though it was a bit difficult to understand how to use it without looking at another ISA extension. I just added `_mm_cmpgt_epi64` (11b0c2e7e08afbddad99ebb26ed66b52568a8ab7) as an...
Yes, @masterchef2209 is planning to work on this. Sorry.
It would be nice, but doing this portably is a *lot* of work. The major problem your build system would need to rebuild a file repeatedly using different flags, once...