File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 66//
77// ===----------------------------------------------------------------------===//
88
9- #include " rdivi.h"
109#include " include/llvm-libc-macros/stdfix-macros.h" // fract
11- #include " src/__support/common.h" // LLVM_LIBC_FUNCTION
12- #include " src/__support/fixed_point/fx_bits.h" // fixed_point
13- #include " src/__support/macros/config.h" // LIBC_NAMESPACE_DECL
10+ #include " rdivi.h"
11+ #include " src/__support/common.h" // LLVM_LIBC_FUNCTION
12+ #include " src/__support/fixed_point/fx_bits.h" // fixed_point
13+ #include " src/__support/macros/config.h" // LIBC_NAMESPACE_DECL
1414
1515namespace LIBC_NAMESPACE_DECL {
1616
1717LLVM_LIBC_FUNCTION (fract, rdivi, (int a, int b)) {
18- return fixed_point::divi<fract>(a,b);
18+ return fixed_point::divi<fract>(a, b);
1919}
2020
2121} // namespace LIBC_NAMESPACE_DECL
You can’t perform that action at this time.
0 commit comments