mirror of
https://github.com/intel/llvm.git
synced 2026-01-16 13:35:38 +08:00
This patch adds the r, R, k, and K conversion specifiers to printf, with accompanying tests. They are guarded behind the LIBC_COPT_PRINTF_DISABLE_FIXED_POINT flag as well as automatic fixed point support detection.