aboutsummaryrefslogtreecommitdiff
path: root/test/behavior/popcount.zig
AgeCommit message (Expand)Author
2023-06-24all: migrate code to new cast builtin syntaxmlugg
2023-06-13all: replace `comptime try` with `try comptime`Eric Joldasov
2023-05-11setup spirv backend in behavior testsAli Chraghi
2023-04-26behavior: update passing cbe testsJacob Young
2023-03-05CBE: implement some big integer and vector unary operationsJacob Young
2022-12-10stage2: sparc64: Skip unimplemented testsKoakuma
2022-12-06remove references to stage1 in behavior testsAndrew Kelley
2022-08-22stage2+stage1: remove type parameter from bit builtinsVeikka Tuominen
2022-05-18wasm: enable 128bit integer behavior testsLuuk de Gram
2022-03-21wasm: Implement @popCountLuuk de Gram
2022-03-18organize behavior testsAndrew Kelley
2022-03-14CBE: split {clz,ctz,mod,popCount,byteSwap,bitReverse} by typeDaniele Cocca
2022-03-13CBE: implement popCount, byteSwap, bitReverse for ints <= 128 bitsDaniele Cocca
2022-02-12stage2: implement `@popCount` for SIMD vectorsAndrew Kelley
2022-01-12stage2: implement `@ctz` and `@clz` including SIMDAndrew Kelley
2021-10-29stage2: implement `@popCount` for non-vectorsAndrew Kelley
2021-09-01re-enable mips behavior tests for vectorsAndrew Kelley
2021-07-25Add vector support for @popCountAuguste Rame
2021-05-08Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgenAndrew Kelley
2021-04-29move behavior tests from test/stage1/ to test/Andrew Kelley