necessarily-equal
necessarily-equal
What could be parallelized, specifically, is the building and the downloading. Builder could start downloading the sources of the *next* module(s) while the current one is building. Unfortunately I don't...
I also can reproduce. Note that it breaks GNOME Builder.
We may decide on whitelisting some optimisations such as -fassociative-math instead of blindly using all of -ffast-math. However, I don't think we'll find the fix soon because I didn't find...
I've seen more funky things than I thought I would. In fact I think I'll give a presentation in a few weeks on floating point math pain and how it...
I've found this part of the code to be fairly ugly, with somewhat different handling between teams and spect. What I'd like to do would be to have only one...
Agreed, see also https://github.com/Unvanquished/Unvanquished/issues/2391
I don't really have an opinion on this since 1. I have never seen it working; 2. I don't know that part of the code so I don't know how...
Would it be possible to have more information? Maybe the resolution that triggered this, the OS and the graphics driver (e.g. nvidia)?
For the record, I would bet on "this isn't a regression".
For the record, the C++ toolchain that we would be most likely to use for **wasm** is upstream clang. This might be the lowest maintenance toolchain we could ever get.