diff options
Diffstat (limited to 'src/stage1/codegen.cpp')
| -rw-r--r-- | src/stage1/codegen.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stage1/codegen.cpp b/src/stage1/codegen.cpp index 02f84beeab..c06f71e834 100644 --- a/src/stage1/codegen.cpp +++ b/src/stage1/codegen.cpp @@ -6996,7 +6996,7 @@ static LLVMValueRef ir_render_soft_f80_float_op(CodeGen *g, Stage1Air *executabl const char *func_name; switch (instruction->fn_id) { case BuiltinFnIdSqrt: - func_name = "__sqrt"; + func_name = "__sqrtx"; break; case BuiltinFnIdSin: func_name = "__sinx"; |
