We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 328648c commit f0747e0Copy full SHA for f0747e0
libc/src/stdfix/hrbits.cpp
@@ -15,7 +15,7 @@
15
namespace LIBC_NAMESPACE_DECL {
16
17
LLVM_LIBC_FUNCTION(short fract, hrbits, (int_hr_t x)) {
18
- return fixed_point::fxbits(x);
+ return fixed_point::fxbits<short fract, int_hr_t>(x);
19
}
20
21
0 commit comments