moon-chilled

Results 45 comments of moon-chilled

The warning is bogus. It is misleading to initialise twice.

It seems redundant to have both the comment and the explicit declaration. Why not this instead? ```c #elif defined(__GNUC__) # define STBI_FALLTHROUGH __attribute__((fallthrough)) ```

I think it is reasonable to give worse diagnostics on older compiler versions. But yeah there should be a check for minimum gcc version.

@pitaj you can use coloured-pointer gcs on 32-bit platforms if you use the low-order bits for colouring. For example, zgc currently uses only 4 bits for colouring, so if you...

Also, maybe better implementation: floatToRawIntBits(d) >> 31

How about: rtl switch is allowed, but only in comments and strings, and it must be terminated before the end of the comment/string. That would ensure that no text appears...

I should be clearer: I propose literal directional switches not be allowed in any context other than comments and strings (with the limitations I mentioned). So you will not be...

Same issue on https://docs.raku.org/type/Metamodel::C3MRO

The issue is still present. The pages themselves always responded; the issue is that the class hierarchy diagram was missing, and it is still missing.

_mm_max_pd(0,-0) = -0 vmaxq_f64(0,-0) = 0