Skip to content

Commit

Permalink
Small cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
bluescarni committed Feb 19, 2021
1 parent 699e04e commit b94f157
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/math/square.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -229,8 +229,8 @@ llvm::Function *taylor_c_diff_func_square_impl(llvm_state &s, const square_impl
auto val_t = to_llvm_vector_type<T>(context, batch_size);

// Get the function name.
const auto fname
= "heyoka_taylor_diff_square_var_" + taylor_mangle_suffix(val_t) + "_n_uvars_" + li_to_string(n_uvars);
using namespace fmt::literals;
const auto fname = "heyoka_taylor_diff_square_var_{}_n_uvars_{}"_format(taylor_mangle_suffix(val_t), n_uvars);

// The function arguments:
// - diff order,
Expand Down

0 comments on commit b94f157

Please sign in to comment.