don't use deprecated syntax
This commit is contained in:
parent
92641f26ba
commit
79cffc5011
@ -219,7 +219,7 @@ fn slash{c, T if hasarch{'AVX2'} and T>=i32}(wp:*u64, x:arg{c,T}, r:*T, l:u64, s
|
|||||||
s:= loadBatch{*u8~~(tab+w), 0, V}
|
s:= loadBatch{*u8~~(tab+w), 0, V}
|
||||||
store{*V~~r, 0, from_ind{s}}
|
store{*V~~r, 0, from_ind{s}}
|
||||||
}
|
}
|
||||||
@for_special_buffered{r,8} (w in *u8~~wp to sum) {
|
@for_special_buffered{r,8} (w in *u8~~wp over sum) {
|
||||||
pc := popc{w}
|
pc := popc{w}
|
||||||
if (tw==32) {
|
if (tw==32) {
|
||||||
step{r,w}
|
step{r,w}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user