I would like to experiment with SIMD (single instruction multiple data). From what I can glean from Google Group postings, people have been working to add this to Google Chrome, but when I try to call SIMD.Float32x4
in Chrome 46, I get that SIMD is undefined.
My googling suggests there might be some experimental versions of Chrome that have SIMD support. What is the newest version that includes it and what command line flags need to be set in order to use it? Do I need to use strict mode?
When will SIMD be rolled into the stable Chrome build?
Also does it make a difference running SIMD instructions if I run a 32 bit version of Chrome or a 64 bit version?