Mark Gillard
Mark Gillard
> Ideally, the parser should generate a parse error on encountering an Inf/NaN when compiling with -ffinite-math-only. Hmm, maybe. The problem with doing this is you can no-longer round-trip a...
Hi there, Yeah, loosely, I do have plans to make a new release at some stage. Main problem is that I haven't done any substantive work on this library myself...
Yes, it's always in-sync with the regular headers.
Sorry folks, still intending to get to this, just had a crazy busy year and haven't had much time for this project. I haven't forgotten, though. Tentative plan is to...
> i guess and even .so files! I mean, this is a header-only library...
On the topic of pkgconfig, the `meson` integration is pkgconfig-aware, IIRC. Installing it that way will probably give you pkgconfig files.
Sure, that'd be much appreciated 😄
@bernd5 IIRC you can use [__vectorcall](https://docs.microsoft.com/en-us/cpp/cpp/vectorcall?view=vs-2019) for this if your types qualify as Homogenous Vector Aggregates. The documentation on HVA's is a bit more vague than I'd like, though, so...
Having said that, I don't think __vectorcall helps at all for class constructors or aggregate initializers.
Hmmn, there's a lot going on here! First note would be: you're doing this work against a commit that's 40 commits behind the current `main`, so there's likely to be...