This commit is contained in:
dzaima 2022-11-08 16:56:43 +02:00
parent 812b97dc51
commit 6467530823

View File

@ -87,7 +87,7 @@ avx2_scan_assoc_0{T, op}(x:*T, r:*T, len:u64, init:T) : void = {
# Boolean cumulative sum
avx2_bcs{T}(x:*u64, r:*T, l:u64) : void = {
def U = primtype{'u',width{T}}
def U = ty_u{T}
def w = width{T}
def vl= 256 / w
def V = [vl]U