enable newly passing behavior tests

closes #11030
This commit is contained in:
Andrew Kelley
2022-04-27 17:24:36 -07:00
parent 09f1d62bdf
commit 758ec9bdd4
4 changed files with 147 additions and 97 deletions
-1
View File
@@ -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());