index
:
zig
0.10.x
0.11.x
0.12.x
0.14.x
0.15.x
0.7.x
0.8.x
0.9.x
ArrayList-reserve
Io.net
aro
ast-node-methods
async-await-demo
autofix
ci-perf-comment
ci-scripts
ci-tarballs
cli
comptime-allocator
elfv2-dyn
fixes
fuzz-macos
hcs
incr-bug
io-threaded-no-queue
jobserver
json-diagnostics
llvm-ir-nosanitize-metadata
macos-debug-info
main
make-vs-configure
master
more-doctests
new-pkg-hash
powerpc64le
restricted-function-pointers
rework-comptime-mutation
sans-aro
sha1-stream
spork8
stage2-async
threadpool
threadtheft
wasm-linker-writer
wrangle-writer-buffering
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. https://ziglang.org
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
behavior
/
maximum_minimum.zig
Age
Commit message (
Expand
)
Author
2024-02-04
spirv: vectorize max, min
Robin Voetter
2023-11-19
test: update behavior to silence 'var is never mutated' errors
mlugg
2023-10-26
test: enable `c-abi-tests` for the x86_64 backend
Jacob Young
2023-10-15
spirv: update failing / passing tests
Robin Voetter
2023-10-15
wasm: lower min/max for floats to compiler_rt
Robin Voetter
2023-10-15
spirv: air min/max
Robin Voetter
2023-10-08
x86_64: fix undersized vector binary operations
Jacob Young
2023-10-04
behavior: reenable passing x86_64 tests
Jacob Young
2023-10-01
x86_64: implement float round builtins
Jacob Young
2023-09-23
spirv: enable passing tests
Robin Voetter
2023-09-10
wasm: enable successful behavior tests
Techatrix
2023-08-18
Make NaNs quiet by default and other NaN tidy-up (#16826)
Lewis Gaul
2023-07-31
std: finish cleanup up asm
Jacob Young
2023-07-31
cbe: get behavior tests running on arm
Jacob Young
2023-07-01
spirv: disable new behavior tests that do not pass
Robin Voetter
2023-06-26
Sema: fix `@min`/`@max` type resolution with all runtime args
Jacob Young
2023-06-16
Sema: consider type bounds when refining result type of `@min`/`@max`
mlugg
2023-06-13
all: replace `comptime try` with `try comptime`
Eric Joldasov
2023-05-29
x86_64: hotfix for crash during in-memory coercion of large type
Jacob Young
2023-05-29
Sema: return comptime_int if all args to @min/@max are comptime_int
mlugg
2023-05-20
spirv: more passing tests
Robin Voetter
2023-05-18
x86_64: fix float min/max behavior
Jacob Young
2023-05-16
Merge pull request #15713 from alichraghi/ali-spirv
Andrew Kelley
2023-05-15
x86_64: implement integer vector movement
Jacob Young
2023-05-15
spirv: lower float_to_int and int_to_float
Ali Chraghi
2023-05-11
setup spirv backend in behavior tests
Ali Chraghi
2023-05-10
llvm: fix `@max`/`@min` of unsupported float types
Jacob Young
2023-05-03
x86_64: fix feature confusion
Jacob Young
2023-05-02
Implement multi-argument @min/@max and notice bounds
mlugg
2023-05-01
behavior: update affected tests for the x86_64 backend
Jacob Young
2023-03-21
x86_64: implement basic float ops
Jacob Young
2023-03-05
CBE: implement vector operations
Jacob Young
2022-12-10
stage2: sparc64: Skip unimplemented tests
Koakuma
2022-12-07
Sema: resolve lazy values in analyzeMinMax
Veikka Tuominen
2022-10-25
cbe: fix infinite recursion on recursive types
Jacob Young
2022-10-18
all: rename `@maximum` to `@max` and `@minimum` to `@min`
Ali Chraghi
2022-04-02
wasm: Enable passing behavior tests
Luuk de Gram
2022-03-18
organize behavior tests
Andrew Kelley
2021-10-14
stage2: implement `@minimum` and `@maximum`, including vectors
Andrew Kelley
2021-07-26
minimum/maximum builtins
Robin Voetter