chuggafan

Results 226 comments of chuggafan

> > Somehow the stb_image assumes SSE2 (? Might be later SSE revisions) support in-extras like __m128i. Currently, we do _not_ support using SSE2(?) constructs like that. > > `-DSTBI_NO_SIMD`...

Ya'know, I also forgot to dump the output file with the issue. Whoops [output.txt](https://github.com/user-attachments/files/20599042/output.txt)

> so in https://github.com/LADSoft/OrangeC/issues/1081 I thought I fixed this, I had added colorizing at the statement level (not the individual operand level) which seemed to work and then made a...

Yhea, open source is a thankless task. I'm keeping my memcpy code waiting for this so I can do some neat microbenchmarking using a known library instead of trying to...

That's going to be part of any theoretical #278 implementation IMHO. Requires some support all-around. I'd say this is a duplicate.

I will admit the "Considerable" progress is mostly just the bare basics. My changeover to using the `mkfifo` base is nigh-nonfunctional, not that the other solution for jobservers was that...

`gcc` and `g++` on freebsd don't display this behavior for whatever reason but `clang` and `clang++` do. I can confirm that adding `-lm` as the LINK flag fixes the issue...

I am utterly unsurprised that omake doesn't function on linux, I'm more surprised that it's a bad file descriptor. A lot of the "OS" wrapper libraries that are set up...

I've done some investigation, it seems to be something up with my jobserver implementation, I only did a preliminary investigation and I'll do a further one over the weekend but...

I'm working on this issue now that it's the weekend, seems like it's a multilayered issue with omake, the majority of it seems (to me) to be individual little bits...