Skip to content

Commit 64eff4c

Browse files
committed
format
1 parent c79a9ef commit 64eff4c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mlir/lib/ExecutionEngine/APFloatWrappers.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
/// Binary operations without rounding mode.
3131
#define APFLOAT_BINARY_OP(OP) \
32-
int64_t MLIR_APFLOAT_WRAPPERS_EXPORTED __mlir_apfloat_##OP( \
32+
int64_t MLIR_APFLOAT_WRAPPERS_EXPORTED __mlir_apfloat_##OP( \
3333
int32_t semantics, uint64_t a, uint64_t b) { \
3434
const llvm::fltSemantics &sem = llvm::APFloatBase::EnumToSemantics( \
3535
static_cast<llvm::APFloatBase::Semantics>(semantics)); \
@@ -42,7 +42,7 @@
4242

4343
/// Binary operations with rounding mode.
4444
#define APFLOAT_BINARY_OP_ROUNDING_MODE(OP, ROUNDING_MODE) \
45-
int64_t MLIR_APFLOAT_WRAPPERS_EXPORTED __mlir_apfloat_##OP( \
45+
int64_t MLIR_APFLOAT_WRAPPERS_EXPORTED __mlir_apfloat_##OP( \
4646
int32_t semantics, uint64_t a, uint64_t b) { \
4747
const llvm::fltSemantics &sem = llvm::APFloatBase::EnumToSemantics( \
4848
static_cast<llvm::APFloatBase::Semantics>(semantics)); \

0 commit comments

Comments
 (0)