tcg: Add TCG_TYPE_F32,64 to tcg_temp_new_internal

This commit is contained in:
Matt Borgerson 2025-01-06 04:08:54 -07:00
parent 1159e9baa4
commit c4ec2e5fe3
1 changed files with 2 additions and 0 deletions

View File

@ -1696,6 +1696,8 @@ TCGTemp *tcg_temp_new_internal(TCGType type, TCGTempKind kind)
switch (type) {
case TCG_TYPE_I32:
case TCG_TYPE_F32:
case TCG_TYPE_F64:
case TCG_TYPE_V64:
case TCG_TYPE_V128:
case TCG_TYPE_V256: