Skip to content

Commit

Permalink
unless hf is specified in target environ, assume soft floating point
Browse files Browse the repository at this point in the history
closes #804
  • Loading branch information
andrewrk committed Mar 6, 2018
1 parent 5d58200 commit cc0f660
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/target.cpp
Expand Up @@ -761,7 +761,7 @@ static FloatAbi get_float_abi(ZigTarget *target) {
{
return FloatAbiHard;
} else {
zig_panic("TODO: user needs to input if they want hard or soft floating point");
return FloatAbiSoft;
}
}

Expand Down

0 comments on commit cc0f660

Please sign in to comment.