mirror of
https://github.com/ziglang/zig.git
synced 2026-02-13 21:08:36 +00:00
x86_64: implement strict float @reduce(.Mul)
This commit is contained in:
parent
d1785cf61c
commit
7d727ed7df
File diff suppressed because it is too large
Load Diff
@ -5109,6 +5109,7 @@ inline fn reduceMul(comptime Type: type, rhs: Type) @typeInfo(Type).vector.child
|
||||
test reduceMul {
|
||||
const test_reduce_mul = unary(reduceMul, .{});
|
||||
try test_reduce_mul.testIntVectors();
|
||||
try test_reduce_mul.testFloatVectors();
|
||||
}
|
||||
|
||||
inline fn reduceAddOptimized(comptime Type: type, rhs: Type) @typeInfo(Type).vector.child {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user