aboutsummaryrefslogtreecommitdiff
path: root/test/behavior/int_div.zig
AgeCommit message (Expand)Author
2024-06-22stage2-wasm: fix div and remPavel Verigo
2024-05-11riscv: add stage2_riscv to test matrix and bypass failing testsDavid Rubin
2024-04-06spirv: implement `@divFloor`, `@floor` and `@mod`Ali Chraghi
2024-02-04spirv: update testsRobin Voetter
2023-11-19test: update behavior to silence 'var is never mutated' errorsmlugg
2023-10-14tests: enable already passing behaviour tests for self-hosted wasmXavier Bouchoux
2023-06-13all: replace `comptime try` with `try comptime`Eric Joldasov
2023-04-02x86_64: implement large cmpJacob Young
2023-03-07CBE: implement unsigned big int div and modJacob Young
2023-03-07compiler_rt: fix rare case in udivei4Jacob Young
2022-12-10stage2: sparc64: Skip unimplemented testsKoakuma
2022-03-19CBE: implement mod, divFloor, divTruncDaniele Cocca
2022-02-19add integer division testsJakub Konka