DescriptionInitial SIMD demos life and earth for PNaCl.
The Life SIMD demo exercises 16 element fixed point vectors to operate on 16
cells at a time. The Earth SIMD demo uses a mix of 4 element single precision
floating point and a small amount of fixed point SIMD. At the moment, both
demos do not exhibit much speedup from using SIMD, but this should improve as
the quality of PNaCl's code generation gets better.
Also, fix an issue where dragging a slider wasn't continuously updating in the
regular voronoi & earth demos.
R=binji@chromium.org
BUG=http://code.google.com/p/nativeclient/issues/detail?id=2205
TEST=demo
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=270916
Patch Set 1 #
Total comments: 10
Patch Set 2 : added alignment to life_simd #Patch Set 3 : title #Messages
Total messages: 8 (0 generated)
|