File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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)); \
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)); \
You can’t perform that action at this time.
0 commit comments