necessarily-equal

Results 258 comments of necessarily-equal

@illwieckz: I unfortunately have no mean of testing if this is fixed, as I don't use gentoo. On Sun, May 14 2023 at 15:56:55 -07:00:00, Thomas Debesse ***@***.***> wrote: >...

What do you have in mind as “interface struct”? Something like this? ```C++ struct vec3 { float x, y, z; operator[](size_t i) { return (&x)[i]; } // for things such...

One simple way to test that with a wayland compositor could be to * install cage (`pacman -S cage` I guess) * go to a tty (using e.g. ctrl-alt-f3) *...

@cu-kai thanks, forgot about that. I've updated my answer accordingly.

It fixes the https://github.com/Unvanquished/Unvanquished/issues/2299 issue because now `if (nan > x)` isn't true half of the time like it was before. Instead it is always false so the collision condition...

I still believe it's better to not have wildly inconsistent behaviours lurking around; even if we do try to make them not trigger, a wrong value may appear in an...

I think @Sweet and @bmorel expressed they dislike `-ffast-math` on IRC: Sweet: > wait, it may be equal to itself with fast-math > i'm even more scared whenever i think...

I've also reworded the commit messages a bit.

pkg-config is love, pkg-config is life. I don't know the implications for other platforms, but at least it seems CI works. I know we rely on pkg-config for Unvanquished by...

Windows is defined here: https://github.com/DaemonEngine/Daemon/pull/785/files#diff-1e7de1ae2d059d21e1dd75d5812d5a34b0222cef273b7c3a2af62eb747f9d20aR636 (earlier, line 636), so isn't affected by this