Ah I see, you are building each translation unit to separate dll/exe file. That's different then,…
Jesse —
I should have started the thread with my current current build system. I wasn't able to successfu…
I have used global byte buffers with size around 128MB - works fine on all platforms I needed at …
Exporting symbol from translation unit doesn't require any change in compiler flags. Just don't p…
I use VS. Also I tried to change all of the relative paths in my build.bat file to absolute paths…
I'm not sure but I think it's a problem with relative paths.
Since the error message starts with …
Hmm. Sadly the code is gone now since I've been twiddling around with it and I can't reproduce it…
Well, I think there's something suspicious going on here - I think it would be extremely unusual …
I'm not sure if there are downsides to keeping the DLL open. It feels a little bit like a faux s…
I got the buffer stuff now running and can blit to the screen.
However there is one thing I don'…
Jesse —
Thanks for sharing mmozeiko! That may well be the path I take here.
It's a bit frustrating that …
miotatsu Kelimion Getting back to your proposed project however, one of the reasons I like it is …
Excuse me if the question has already been answered on stream, I've only been able to watch about…
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…
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…
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…