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.
Ameen Sayegh
what you did is avoid LINKING to kernel32.dll Right? but programs on windows will always have kern…
»
Mārtiņš Možeiko
Oops, it's actually worse. Much worse. I guess code before in NEON function used some data from ca…
»
Mārtiņš Možeiko
By default ndk-build compiles optimized build. If you want debug build you need to add APP_OPTIM=d…
»
The_8th_mage
i just downloaded a app from the google store called VFP bench and it showed me benchmarks for a l…
»
Mārtiņš Možeiko
How are you compiling/benchmarking? It could be compiler is smart enough to turn your non-NEON pat…
»
B
I just started following along with the stream and haven't had any problems with the code until no…
»
Casey Muratori
NEON looks to be solidly twice as fast in those benchmarks, though, sometimes four times as fast? …
»
The_8th_mage
If you'll look here you can see that a lot of those device don't give much throughput.
»
Casey Muratori
Yeah, the rule is that there is no programming of any kind allowed if I'm not streaming.Casey
»
Casey Muratori
Ah, I get what you're saying. So we're not talking about the operation, we're talking about the p…
»
people
It happens at the same time every time, it just takes a minute or so for it to occur. Are you not …
»
The_8th_mage
A mul takes 2 registers of 128 bit, so the cpu should pass 256 bits to the alu. But the connection…
»
Casey Muratori
Something doesn't add up there :) A 4x32 mul is 128 bits not 256 bits. So if the NEON core on yo…
»
Casey Muratori
Yeah - I meant is there some reliable way of making it happen. We can leave it running in the bac…
»
The_8th_mage
I have tried to benchmark my Samsung Galaxy s3 neo, arm7a cortex use of arm simd neon. While sho…
»
people
Sorry, maybe I misunderstood what you meant by reproducing. Did you mean, "did I find a different …
»
Ale
But can you see how the memory is working in java or net when you are debbuging? I mean in C you c…
»
people
As I said above just change this line: [/code] and it should crash after a minute or so of runnin…
»
Casey Muratori
Do you have any good way of reproducing it?Casey
»
people
I see now, the ".sln" file has to be saved in the same directory as the exe. I was saving it in a…
»
Malarious
You're right, of course, but proper debugging simply wasn't covered in any of the books I read or…
»
Micha
I am working on imguit a minimal ANSI C immediate mode library toolkit without any direct dependen…
»
Casey Muratori
Are you sure this isn't the one that we just fixed (see ?Casey
»
Anthony
I felt the same man....rubbish .net and java! [/quote] I think that comment is a bit misinformed.…
»
Ale
I felt the same man....rubbish .net and java! I'm glad I read this I nearly give up..!
»
Mārtiņš Možeiko
To make VS remember working directory you need to save solution file. VS generates one automatical…
»
people
There has been a bug in the OutputPlayingSounds function for a week or so that hits this assert: …
»
Carlos Gabriel Hasbun Comandari
Yes. That's when I realized there was something fishy about Object Oriented Programming when I wa…
»
Carlos Gabriel Hasbun Comandari
I created a screencast precisely to address low volume, but also clipping and plosives and buzzing…
»
Miguel Lechón
I've extracted the audio from yesterday's (day 149) archived episode on youtube and loaded it on a…
»