Index: docs/Lexicon.rst =================================================================== --- docs/Lexicon.rst +++ docs/Lexicon.rst @@ -259,6 +259,14 @@ In garbage collection, metadata emitted by the code generator which identifies `roots`_ within the stack frame of an executing function. +**Splat** + Splat refers to a vector of identical scalar elements (a synonym for + broadcast as well). + + The term is based on the PowerPC Altivec instructions that provided + this functionality in hardware. For example, "vsplth" and the corresponding + software intrinsic "vec_splat()". + T -