Cuik icon indicating copy to clipboard operation
Cuik copied to clipboard

A Modern C11 compiler (STILL EARLY)

Results 19 Cuik issues
Sort by recently updated
recently updated
newest added

…017) I decided to fill the Cuik_WindowsToolchain out value's data, even if the function doesn't succeed. I think that's the only debatable thing I can think of. Otherwise this successfully...

Hi, I believe I've discovered a bug in the Linux target, specifically, there seems to be an issue with how function calls with more than 5 parameters behave. I've attached...

Hello :D The compile fails when building under musl libc: ``` ninja: job failed: clang main/main_driver.c -g -march=haswell -I common -Wall -Werror -Wno-unused -Wno-deprecated -DMI_SKIP_COLLECT_ON_EXIT -DCUIK_ALLOW_THREADS -I mimalloc/include -DTB_USE_MIMALLOC -DCUIK_USE_MIMALLOC...

I will add to this as I go along when I see things which may be missing. ## API * [x] Any function that takes a `const char*` also take...

Rounding Ops would be great. It would make up for the lack of `tb_inst_fmod` ``` a % b => a - trunc(a / b) * b ^^^^^ ^^^^^ this or...

I was reading the RA code and I found something that I believe could be a bug. https://github.com/RealNeGate/Cuik/blob/b8fc400c51ef7c6236cbdfbe508c66e040820f34/tb/src/rogers_ra.c#L625 Shouldn't the vregs array be accessed through an id obtained through the...