[libc-commits] [libc] [libc][docs] Document printf support on the GPU target (PR #99241)

Joseph Huber via libc-commits libc-commits at lists.llvm.org
Tue Jul 16 14:21:28 PDT 2024


https://github.com/jhuber6 updated https://github.com/llvm/llvm-project/pull/99241

>From 8e78f6b5aef68fe06c563740dfc9104ee607f21a Mon Sep 17 00:00:00 2001
From: Joseph Huber <huberjn at outlook.com>
Date: Tue, 16 Jul 2024 16:18:38 -0500
Subject: [PATCH 1/2] [libc][docs] Document printf support on the GPU target

Summary:
Title
---
 libc/docs/gpu/support.rst | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/libc/docs/gpu/support.rst b/libc/docs/gpu/support.rst
index 89ea4d588a16f..01eea3f328cb2 100644
--- a/libc/docs/gpu/support.rst
+++ b/libc/docs/gpu/support.rst
@@ -229,6 +229,15 @@ fputc          |check|    |check|
 fwrite         |check|    |check|
 remove         |check|    |check|
 putc           |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|

>From 48174dcc9d62d323c0a2aa8ef82a8420a5f67731 Mon Sep 17 00:00:00 2001
From: Joseph Huber <huberjn at outlook.com>
Date: Tue, 16 Jul 2024 16:21:20 -0500
Subject: [PATCH 2/2] Update libc/docs/gpu/support.rst

---
 libc/docs/gpu/support.rst | 1 -
 1 file changed, 1 deletion(-)

diff --git a/libc/docs/gpu/support.rst b/libc/docs/gpu/support.rst
index 01eea3f328cb2..0d026e8c04215 100644
--- a/libc/docs/gpu/support.rst
+++ b/libc/docs/gpu/support.rst
@@ -229,7 +229,6 @@ fputc          |check|    |check|
 fwrite         |check|    |check|
 remove         |check|    |check|
 putc           |check|    |check|
-putc           |check|    |check|
 printf         |check|    |check|
 vprintf        |check|    |check|
 fprintf        |check|    |check|



More information about the libc-commits mailing list