aboutsummaryrefslogtreecommitdiff
path: root/test/behavior/maximum_minimum.zig
AgeCommit message (Expand)Author
2023-11-19test: update behavior to silence 'var is never mutated' errorsmlugg
2023-10-26test: enable `c-abi-tests` for the x86_64 backendJacob Young
2023-10-15spirv: update failing / passing testsRobin Voetter
2023-10-15wasm: lower min/max for floats to compiler_rtRobin Voetter
2023-10-15spirv: air min/maxRobin Voetter
2023-10-08x86_64: fix undersized vector binary operationsJacob Young
2023-10-04behavior: reenable passing x86_64 testsJacob Young
2023-10-01x86_64: implement float round builtinsJacob Young
2023-09-23spirv: enable passing testsRobin Voetter
2023-09-10wasm: enable successful behavior testsTechatrix
2023-08-18Make NaNs quiet by default and other NaN tidy-up (#16826)Lewis Gaul
2023-07-31std: finish cleanup up asmJacob Young
2023-07-31cbe: get behavior tests running on armJacob Young
2023-07-01spirv: disable new behavior tests that do not passRobin Voetter
2023-06-26Sema: fix `@min`/`@max` type resolution with all runtime argsJacob Young
2023-06-16Sema: consider type bounds when refining result type of `@min`/`@max`mlugg
2023-06-13all: replace `comptime try` with `try comptime`Eric Joldasov
2023-05-29x86_64: hotfix for crash during in-memory coercion of large typeJacob Young
2023-05-29Sema: return comptime_int if all args to @min/@max are comptime_intmlugg
2023-05-20spirv: more passing testsRobin Voetter
2023-05-18x86_64: fix float min/max behaviorJacob Young
2023-05-16Merge pull request #15713 from alichraghi/ali-spirvAndrew Kelley
2023-05-15x86_64: implement integer vector movementJacob Young
2023-05-15spirv: lower float_to_int and int_to_floatAli Chraghi
2023-05-11setup spirv backend in behavior testsAli Chraghi
2023-05-10llvm: fix `@max`/`@min` of unsupported float typesJacob Young
2023-05-03x86_64: fix feature confusionJacob Young
2023-05-02Implement multi-argument @min/@max and notice boundsmlugg
2023-05-01behavior: update affected tests for the x86_64 backendJacob Young
2023-03-21x86_64: implement basic float opsJacob Young
2023-03-05CBE: implement vector operationsJacob Young
2022-12-10stage2: sparc64: Skip unimplemented testsKoakuma
2022-12-07Sema: resolve lazy values in analyzeMinMaxVeikka Tuominen
2022-10-25cbe: fix infinite recursion on recursive typesJacob Young
2022-10-18all: rename `@maximum` to `@max` and `@minimum` to `@min`Ali Chraghi
2022-04-02wasm: Enable passing behavior testsLuuk de Gram
2022-03-18organize behavior testsAndrew Kelley
2021-10-14stage2: implement `@minimum` and `@maximum`, including vectorsAndrew Kelley
2021-07-26minimum/maximum builtinsRobin Voetter