The Vector64<T>, Vector128<T>, and Vector256<T> types are special and are directly mapped as the primitive ABI types (typically referred to as __m64, __m128, and __m256). If possible (i.e. it can be done in a "pay for play" manner), we should look at ensuring these types meet the alignment requirements for stack locals and RVA statics.
category:cq
theme:vector-codegen
skill-level:expert
cost:large
impact:small
The
Vector64<T>,Vector128<T>, andVector256<T>types are special and are directly mapped as the primitive ABI types (typically referred to as__m64,__m128, and__m256). If possible (i.e. it can be done in a "pay for play" manner), we should look at ensuring these types meet the alignment requirements for stack locals and RVA statics.category:cq
theme:vector-codegen
skill-level:expert
cost:large
impact:small