aboutsummaryrefslogtreecommitdiff
path: root/test/behavior/maximum_minimum.zig
AgeCommit message (Expand)Author
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