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

Posted in Graphics | Tagged , , , | Leave a comment

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

Posted in Programming | Tagged , | Leave a comment