Some mov's are because of ABI (like the lerp_m128 case). Other mov's are because compiler is silly…
Yes, it is. Usually ~20 to 30 peers are online all the time.
First of all - you need not to worry about extra mov's MSVC generates - because those things go aw…
Manu —
Is this still seeded? My resilio sync client shows 0 of 0 peers online. If not, is there any way t…
There are multiple things here to answer. First of all - you need not to worry about extra mov's M…
After reading this blog post about the Lerp function, I've experimented with generated code from d…
The section "Around the Network" on the front page, doesn't display all new posts/replies. More pr…
I've made a game with yarnspin: YarnShip Sources It's probably too obtuse for most people to figur…
I'm a Python developer and wanted to dive into some low level language where I can do things witho…
HI, All I just started watching the handmade hero streams on Youtube, do you think its still relev…
Yes, this is precisely the same thing. The plan is to implement a something akin to WinDBG's event…
Recently a user had a problem with the following code in C3: As a reminder, compile time evaluatio…
I have a bizarre issue with remedybg, and I'm missing how to tackle it.. I have a very simple C++ …
Rather embarrassing, but turns out it was simply an incorrect macro definition that remedy ended u…
I'm having possibly a very niche problem. I am using large arrays, >4000 elements, but it looks li…
Although the updated Dear ImGui now queues input, the handling of this input is still done only on…
Shigi —
Any updates on this? I downloaded the latest version(0.3.9.2) and it still has this issue.
I had noted the suggestion but forgot to respond. This is a good idea. Thank you.
I think Casey shows a bit of that there:
Up :) ! Any update ? Or do you think the ROI is not good enough ?
Up :) ! Any update ? Or do you think it is not a problem with RBG / no worth it / out of the scope…
It is off topic to the post but I didn't find a way to DM OP so here I am. @Delicious, I am also i…
tuket —
Thanks for the tutorial! I managed to build my .apk running following your steps. However I can't …
Ric —
Thank you for the answer, indeed i wrote the function with Height before Width and then i used it …
August has already been a big month for the Handmade community! The biggest news, of course, was:H…
Casey fixes the bug in the next episode here:
There is an issue with the way you call Win32ResizeDIBSection. Your parameters are declared as int…
So in your _alloca example, the compiler doesn't have to use rbp but any register it wants, while …
Max —
Yeah, normally I usually use binary mode by default, so I must have just had a typo this time. Th…