[libc-commits] [PATCH] D158435: [libc] Configure the 'printf' implementation for the GPU

Jon Chesterfield via Phabricator via libc-commits libc-commits at lists.llvm.org
Mon Aug 21 09:26:47 PDT 2023


JonChesterfield added a comment.

Can we do the long double part in the source?

I'm thinking that lots of targets have double and long double as the same type, so we should be able to branch at compile time to cast long double to double and go through the double code path instead


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D158435/new/

https://reviews.llvm.org/D158435



More information about the libc-commits mailing list