[libc-commits] [libc] 49b2c30 - [libc][docs] Document printf support on the GPU target (#99241)
via libc-commits
libc-commits at lists.llvm.org
Tue Jul 16 14:40:42 PDT 2024
Author: Joseph Huber
Date: 2024-07-16T16:40:37-05:00
New Revision: 49b2c30feb3730ccb1ba075dd37e68d47095bb23
URL: https://github.com/llvm/llvm-project/commit/49b2c30feb3730ccb1ba075dd37e68d47095bb23
DIFF: https://github.com/llvm/llvm-project/commit/49b2c30feb3730ccb1ba075dd37e68d47095bb23.diff
LOG: [libc][docs] Document printf support on the GPU target (#99241)
Summary:
Title
Added:
Modified:
libc/docs/gpu/support.rst
Removed:
################################################################################
diff --git a/libc/docs/gpu/support.rst b/libc/docs/gpu/support.rst
index 89ea4d588a16f..0d026e8c04215 100644
--- a/libc/docs/gpu/support.rst
+++ b/libc/docs/gpu/support.rst
@@ -229,6 +229,14 @@ fputc |check| |check|
fwrite |check| |check|
remove |check| |check|
putc |check| |check|
+printf |check| |check|
+vprintf |check| |check|
+fprintf |check| |check|
+vfprintf |check| |check|
+sprintf |check| |check|
+snprintf |check| |check|
+vsprintf |check| |check|
+vsnprintf |check| |check|
putchar |check| |check|
fclose |check| |check|
fopen |check| |check|
More information about the libc-commits
mailing list