I am aware you can type only the first n unique chars of a 40-character SHA-1 code when using the…
Guntha —
A small game I made last week-end during a "game jam" on the website developpez.com, using a cust…
I've posted a new project on GitHub. It is a finished project in that I did what I wanted to do a…
Draos —
so for example if we had a 32-byte L1 Cache (just for sake of example), if the m128 was aligned t…
There are several layers of caching between the data bus to the ram and the SSE registers.
These…
paked —
TLDR down the very bottom.
So I'm going to start posting any official announcements in here, as …
Draos —
sort of unrelated, but I was wondering why do SIMD m128s need to be aligned to 16-bytes? If the D…
Yes, they want to use aligned SSE store/load operations. On older CPU's they were significant fas…
Draos —
I did some research and found this statement on Nvidia's site
"In order to make copying memory t…
I may be wrong but I think he uploads all the streams, but he doesn't write all the code during t…
Did you try adding a lock file (hmh day39) ?
In hmh, the problem was that the dll file was writte…
Thanks for the reply. I write compilers slightly differently to how Per does it (for example, my…
Note that since Windows 10 April update, *A functions can accept UTF-8 encoding if user has enab…
Hi, so I'm messing around with the dynamic code loading... and I've got it working nicely... the …
Guntha —
Hello,
I vote UTF-8 only.
Windows has the function MultiByteToWideChar() since Windows 2000, wh…
If C++ exceptions are your thing, then I like this approach: https://channel9.msdn.com/Shows/G..…
Yes, something like that.
I would combination of 1 and 2.
As a minimum you should do only point 2 - functions by default …
And you'll find that these code reviews are described "Review..." in the episode guide, e.g. "Rev…
Original Comments:
https://github.com/odin-lang/Odin/issues/256#issuecomment-418073701
https://g…
I don't follow bitwise but from the project description on this site:
Most code will be written o…
I don't have lot of experience with this but I would prefer as the user to use utf8 everywhere an…
At the moment FPL does support ansi strings for every function which uses either a path or a stri…
Hi,
I've started following your videos (very interesting btw) and was dismayed to see large amou…
Dan —
It's been a few months, but I also want to highly recommend applying to be a GDC Conference Assoc…
Dan —
I have done a lot of MS-DOS game programming. There is absolutely no reason to be scared running …
Draos —
this is a really interesting post; never thought about this. so does it essentially search the re…
In practical terms, you would start by writing an assembler that lets you write lispy assembly an…
Opps, right - 8-bit sample typically are unsigned. But 16-bits are signed. So simply prepending 0…