If you really need different flags for cl.exe for different TUs, then I really think it is much e…
Having trouble with the "goto_next_error" utility that was provided in 4coder_default_bindings.cp…
Nice!
But don't do this:
1return ( (float *)&sse_value )[0];
Do this instead:
1return _mm_…
Jesse —
graeme Alternatively since this is the 4coder forum, you could just have a very simple C function…
I don't think I've ever had any code to a place where I wasn't embarrassed by it. Lol
Looking fo…
graeme —
On OSX/Linux this is easy with bash --you can use & and `wait`--although it occurs to me that…
You can toss together some macros pretty quick to make the code more readable, and then *sometime…
Neo Ar —
Nice! Glad I was able to help :)
Oh, ok! I understood you were doing that :D
Oh and...
theGiallo Aside from these differences, do…
the start command will let batch continue execution of subsequent commands immediately however it…
Jesse —
Then the question becomes, are you aware of a method that does that in a batch file? AFAIK a batc…
TM —
SSE2 implementations of tan, cot, atan, atan2
I recently implemented tan, cot, atan, atan2 using…
Uplift is working a quote for me now for a 72" straight desk with a Steelcase Gesture chair. Sitt…
adge Ok, thank you guys, this literally kicked me into the stratosphere. Could you recommend some…
It doesn't work for different cl flags. For that you need to invoke new cl.exe instances. Same wi…
100 Todo items later, I have my code up to a place where I'm not embarassed by it. I'm going to b…
magicu —
I need a little help about compiling emacs.
Most of codes are compiling well, and i can implemen…
xel —
Referring to the bug where upon minimization 4coder stops rendering and the screen goes white. It…
Adrian —
Ok, thank you guys, this literally kicked me into the stratosphere. Could you recommend some reso…
miotatsu I use an uplift desk, and a maxnomic chair. They are expensive options but I'm very happ…
Neo Ar —
I use an uplift desk, and a maxnomic chair. They are expensive options but I'm very happy with th…
Now that I'm spending a bit more time every week programming at home and starting to feel a bit o…
Yeah, I will port the game to other platforms when we're done, but I don't have the depth of know…
Jesse —
While I can't speak for Casey, it will be at least a year away - if he even decides to. So I enco…
Adrian —
Will Casey after he finished the Windows platform layer and the main game create a Mac OS X platf…
Jesse —
mmozeiko If you pass /MP for cl.exe then it will spawn multiple cl.exe (by default how many cores…
If you pass /MP for cl.exe then it will spawn multiple cl.exe (by default how many cores you have…
One solution is to write a Build application that uses CreateProcess to launch multiple compiles …
Jesse —
Like with Handmade Hero, I've split my project into a few TU that compile linearly as part of the…