Skip to content

Commit

Permalink
clang format
Browse files Browse the repository at this point in the history
  • Loading branch information
emirsoyturk committed Dec 30, 2024
1 parent 99ccf18 commit ea3a4b6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions icicle/include/icicle/backend/vec_ops_backend.h
Original file line number Diff line number Diff line change
Expand Up @@ -304,13 +304,13 @@ namespace icicle {
return true; \
}(); \
}

void register_extension_vector_scalar_mul(const std::string& deviceType, scalarExtFieldVectorOpImpl impl);

#define REGISTER_VECTOR_MUL_EXT_FIELD_SCALAR_BACKEND(DEVICE_TYPE, FUNC) \
#define REGISTER_VECTOR_MUL_EXT_FIELD_SCALAR_BACKEND(DEVICE_TYPE, FUNC) \
namespace { \
static bool UNIQUE(_reg_vec_mul_ext_field) = []() -> bool { \
register_extension_vector_scalar_mul(DEVICE_TYPE, FUNC); \
register_extension_vector_scalar_mul(DEVICE_TYPE, FUNC); \
return true; \
}(); \
}
Expand Down

0 comments on commit ea3a4b6

Please sign in to comment.