We are currently in the process of converting the website to the new design. Some pages, like this one, are still broken. We appreciate your patience.
Dustin Specht
Microsoft thought it would be ok to make you run a batch file everything you close and open your c…
»
Ruy Calderon
I literally just saw a few minutes ago and when I saw it was fully open source I thought I should…
»
Dghelneshi
Fabian Giesen's explanation makes a lot of sense: In the slow version, the two values were stored…
»
Miguel Lechón
For CPU cache profiling there's also (part of the Valgrind suite). It's a linux-only open-source …
»
Kim Jørgensen
+1 for the #include and support for BEGIN_TIMED_BLOCK on other compilers. It would b…
»
Mārtiņš Možeiko
I don't think that was the reason to choose SSE2. I would guess Casey will ship also 32-bit binary…
»
Andrew Bromage
Just so you know, SSE2 as a minimum hardware requirement wasn't chosen at random. All x86_64 CPUs…
»
Mārtiņš Možeiko
You would do it like this: #define BEGIN_TIMED_BLOCK(ID) uint64 StartCycleCount##ID = GET_CYCLE_C…
»
Matt Mascarenhas
Thank you for this thread, Jez! Perhaps the #include line was too obvious for the internet to ment…
»
Mārtiņš Možeiko
I would prefer that BEGIN_TIMED_BLOCK, END_TIMED_BLOCK and END_TIMED_BLOCK_COUNTED macros would be…
»
Mārtiņš Možeiko
In this case inlining is not the problem in a sense that it "replicates" function body. Compiler o…
»
Jez
Hi Casey, Would it be possible to get you to make a couple of updates to your codebase for those o…
»
popcorn
Not sure if this is relevant or if it explains the reason "The problem with inline functions is th…
»
Mārtiņš Možeiko
You don't need to worry about folder where live-editing loop files are stored. Casey wrote code fo…
»
Trevor
That fixed it!! Thanks! I dont know why I changed it. Dident casey say at a later episode that we …
»
Mārtiņš Možeiko
How are you running executable? From Visual Studio? Have you set correct current working directory…
»
Trevor
Hey everyone, Is there something im missing when is comes to loading BMPs? From what I can get out…
»
Mārtiņš Možeiko
When you write C code like "a = b * c" compiler will convert that to multiply instruction. There c…
»
Mārtiņš Možeiko
If you have use for IPP then sure, use it. But for fairly simply stuff like what we see and will s…
»
The_8th_mage
Hello everyone, do anyone have any say about IPP? how does it stands up to just coding your own co…
»
Christian
As I understand it is a CPU instruction that you can run instead of several other (more simple) on…
»
Christian
Yeah Photoshop is not the best program for this. I followed this video and it worked for me: . Be …
»
elle
You need to search for the "vcvarsall.bat" file and run that in the command prompt to setup the "c…
»
Andy
Ignore this, Casey addresses it a few minutes later lol.
»
Andy
Hi all, So I had a quick question as I'm getting some strange behaviour. Ever since the PatBlt fun…
»
David
I'm into video 11, and have been both coding and building the program with Visual Studios which is…
»
Dana Fortier
Thanks again guys, totally worked and great tips.
»
Mārtiņš Možeiko
This could happen, and that would immediately produce compiler warnings, if not errors. @DanaFo: …
»
Justin
I think the reason is that, since its the Unicode that messed it up, remember the function you are…
»
Dana Fortier
Oh, that's interesting, I quickly created an x64 config and that seems to have worked. Except now…
»