Laytan

Results 212 comments of Laytan

This also happens on the upstream microui, afaik auto size only works in specific cases.

Slices have no compile time aspect or checks, regardless of if they are created from a literal / fixed array. I don't know if this is something Bill wants, but...

I'm not gonna leave a feature request open that is authored by somebody that made their own plugin. You do not need this feature in cloak, because you have your...

If a genuine user requests it, it's a fine request. You don't need it because you use a plugin which already has it right? It's weird to open feature requests...

Thanks, I will see if I can figure out what happened.

I don't think we should really deviate from the default Raylib build, like others said you can recompile with support and switch out the library. An idea might be to...

Looks like you also need avx512vl enabled to make codegen happy.

Could be this, which they say may be fixed in LLVM 19: https://github.com/llvm/llvm-project/issues/111380

Optimization modes makes sense because it probably just removes the entire function because the program doesn't have any side effects, it is very hard to get llvm (with optimizations) to...

Looks like an alignment issue with the amd64 sysv ABI, you can see in the following snippet that it is allocating the parameter on `align 4` and then loading it...