Slashdot Mirror


User: tbp

tbp's activity in the archive.

Stories
0
Comments
4
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 4

  1. so true on Shouldn't Every Developer Understand English? · · Score: 1

    That's quite sad indeed.
    But i wonder, are you going to switch to the metric system this century or wait a few more?

  2. Re:Love C++, but it still sucks... on Bjarne Stroustrup Reveals All On C++ · · Score: 1

    Except, it is legal to operate on non-type template parameters which, incidentally, may contain floating points (and that's exactly what metafloat does).

  3. Re:Love C++, but it still sucks... on Bjarne Stroustrup Reveals All On C++ · · Score: 1

    I'm curious, what are you doing that requires a floating-point compile-time constant?

    To use them as non-type template parameters? Which is, of course, a wider problem. Fear not, for there is *cough* http://ompf.org/stuff/metafloat/ *cough*
  4. Re:SGI Siggraph 2002 demo on Add Another Core for Faster Graphics · · Score: 1

    You're neglecting recent progress in the field; as stated in the FTA for traversal it's all about coherence. Note that coherent traversal (read SIMD friendly) has been transposed to other hierarchies, grid, bvh, bih... you name it.

    http://www.mpi-sb.mpg.de/~wald/PhD/wald_phd.pdf
    ftp://download.intel.com/technology/computing/appl ications/download/mlrta.pdf
    Etc...

    Scan-line will remain mainstream as long as it will be the only method with a cheap specialised hardware implementation in town, even if objectively it doesn't make much sense.