Twitter updates
- @exileous Download the CUDA 5 toolkit and take a look at the PTX 3.1 documentation :) 19 hours ago
Development
Graphics
Calendar
Monthly Archives: February 2007
Aqsis 1.2.0 released
Being an Aqsis fanboy, I’m happy to say that after a long time, the Aqsis team released the 1.2.0 stable release today. Take a look at the long changelog and try for yourself. Aqsis is a very nice, open source … Continue reading
Aqsis 1.2.0 RC4 works fine on Vista x64
Just tried the latest release candidate on Vista, works fine, no UAC warnings or other problems. Falls back to the Virtual Store though.
C++ tricks, #1: Compile time checks
While writing a library, you have sometimes to prevent users from making mistakes. To accomplish this, you have two choices: Either include run-time checking and throw an appropriate exception or try to catch as much as possible during compile time. … Continue reading
niven ported to x64
Just finished porting niven to x64, a few warnings were left (size_t is not an uint ), but I’m done now. Hooray!