Skip to content
  • Dai's avatar
    5b3a992f
    Add VecSlot for unboxed sums of SIMD vectors · 5b3a992f
    Dai authored and Marge Bot's avatar Marge Bot committed
    This patch adds the missing `VecRep` case to `primRepSlot` function and
    all the necessary machinery to carry this new `VecSlot` through code
    generation. This allows programs involving unboxed sums of SIMD vectors
    to be written and compiled.
    
    Fixes #22187
    5b3a992f
    Add VecSlot for unboxed sums of SIMD vectors
    Dai authored and Marge Bot's avatar Marge Bot committed
    This patch adds the missing `VecRep` case to `primRepSlot` function and
    all the necessary machinery to carry this new `VecSlot` through code
    generation. This allows programs involving unboxed sums of SIMD vectors
    to be written and compiled.
    
    Fixes #22187
Loading