K 10 svn:author V 5 danfe K 8 svn:date V 27 2015-08-23T13:58:06.485002Z K 7 svn:log V 478 Consistently spell out ONLY_FOR_ARCHS_REASON due to SSE (and other SIMD instructions) use. Particularly, saying "SSE extensions" is superfluous, as SSE abbreviation itself means "Streaming SIMD Extensions". Correct way to refer to particular (CPU-agnostic) technology is "SIMD instruction set", which is not limited to MMX, SSE family, AVX, NEON, etc. Since "instruction set" looks a bit too formal in the option description, use more casual and shorter word "instructions". END