[llvm] Testing PR. (PR #70093)
Zahira Ammarguellat via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 24 12:04:44 PDT 2023
https://github.com/zahiraam created https://github.com/llvm/llvm-project/pull/70093
None
>From ab7daf1afe1383665ff245af501e58cc8c1058aa Mon Sep 17 00:00:00 2001
From: Ammarguellat <zahira.ammarguellat at intel.com>
Date: Tue, 24 Oct 2023 12:03:33 -0700
Subject: [PATCH] Testing PR.
---
llvm/docs/LangRef.rst | 3 +++
1 file changed, 3 insertions(+)
diff --git a/llvm/docs/LangRef.rst b/llvm/docs/LangRef.rst
index f542e70bcfee810..39a9d9963a60ee2 100644
--- a/llvm/docs/LangRef.rst
+++ b/llvm/docs/LangRef.rst
@@ -3672,6 +3672,9 @@ Floating-Point Types
* - ``ppc_fp128``
- 128-bit floating-point value (two 64-bits)
+* - ``decimal32``
+ - 32-bit decimal floating-point value
+
The binary format of half, float, double, and fp128 correspond to the
IEEE-754-2008 specifications for binary16, binary32, binary64, and binary128
respectively.
More information about the llvm-commits
mailing list