mirror of
https://github.com/ziglang/zig.git
synced 2026-01-21 06:45:24 +00:00
x86_64: implement strict float @reduce(.Min)
This commit is contained in:
parent
d29ea656b0
commit
f5a1aaf2fc
File diff suppressed because it is too large
Load Diff
@ -5100,6 +5100,7 @@ inline fn reduceMin(comptime Type: type, rhs: Type) @typeInfo(Type).vector.child
|
||||
test reduceMin {
|
||||
const test_reduce_min = unary(reduceMin, .{});
|
||||
try test_reduce_min.testIntVectors();
|
||||
try test_reduce_min.testFloatVectors();
|
||||
}
|
||||
|
||||
inline fn reduceMax(comptime Type: type, rhs: Type) @typeInfo(Type).vector.child {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user