f32 path for meta evaluations

This commit is contained in:
Ryan Fleury
2025-04-14 13:18:01 -07:00
parent 7d48e9915d
commit 5162301316
4 changed files with 33 additions and 4 deletions
+4
View File
@@ -369,6 +369,10 @@ E_TYPE_ACCESS_FUNCTION_DEF(schema)
{
child_type_key = e_type_key_basic(E_TypeKind_U64);
}
else if(str8_match(child_schema->first->string, str8_lit("f32"), 0))
{
child_type_key = e_type_key_basic(E_TypeKind_F32);
}
else if(str8_match(child_schema->first->string, str8_lit("bool"), 0))
{
child_type_key = e_type_key_basic(E_TypeKind_Bool);