mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-05-29 20:36:01 +03:00
@@ -4510,7 +4510,6 @@ pub const Value = extern union {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
pub fn exp(val: Value, float_type: Type, arena: Allocator, target: Target) Allocator.Error!Value {
|
||||
if (float_type.zigTypeTag() == .Vector) {
|
||||
const result_data = try arena.alloc(Value, float_type.vectorLen());
|
||||
|
||||
Reference in New Issue
Block a user