Twitter updates
- #Mercurial 2.1 is out with lots of largefiles fixes. Thanks to #Unity3d for working hard on making it usable! 3 hours ago
- The C++ AMP specification is online: http://t.co/ndCMyTb3. I wonder if there will be a #AMP -> #OpenCL translator. 12 hours ago
- @codedivine Yes args C++ AMP :P 've been way to busy with OpenCL on AMD lately. 13 hours ago
Development
Graphics
Calendar
February 2012 M T W T F S S « Dec 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
Tag Archives: isa
GDC 2009 Larrabee presentations availabe
The Larrabee presentations from the GDC are available now. Unlike the previous ones, these are finally technically interesting and describe how they implemented their recursive half-space based triangle rasterizer and how to port other algorithms to Larabee. Interesting read for … Continue reading
Intel Larrabee instruction set is ready-to-use
Intel just released a C++ header which allows developers to use Larrabee instructions with current compilers, by simply writing out the future instrisincs as C code. Some interesting bits: 512 bit vector types (8x64bit double, 16x32bit float, or 16x32bit integer) … Continue reading