[libc-commits] [PATCH] D158774: [libc] Add GPU support for `printf` and `fprintf`
Matt Arsenault via Phabricator via libc-commits
libc-commits at lists.llvm.org
Thu Aug 24 14:21:40 PDT 2023
arsenm added inline comments.
================
Comment at: libc/src/stdio/gpu/parser.h:90
+ // Skip all characters that aren't related to the length or type.
+ while (!is_format(format[cur_pos]) && format[cur_pos] != '\0')
+ ++cur_pos;
----------------
swap these cases?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D158774/new/
https://reviews.llvm.org/D158774
More information about the libc-commits
mailing list