[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:19:33 PDT 2024


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

Summary:
Title


>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] [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|



More information about the libc-commits mailing list