[PATCH] D148077: [RISCV][NFC] Add test case for accept hexadecimal floating-point for fli instructions
Kito Cheng via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 12 17:29:49 PDT 2023
kito-cheng added a comment.
>> Fortunately hexadecimal floating-point constants already supported in C99
>
> What's the relevance of C99 to the assembler?
Let me expand more to explain my logic here: because c99 supported that format so fundamental IO functions like scanf/stof/iostream already support that - so we don't need to write any code to adding hexadecimal floating-point constants parsing.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D148077/new/
https://reviews.llvm.org/D148077
More information about the llvm-commits
mailing list