[llvm] Testing. (PR #70036)

Zahira Ammarguellat via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 24 05:48:43 PDT 2023


https://github.com/zahiraam created https://github.com/llvm/llvm-project/pull/70036

None

>From 83d94f6c1ca203bb8569ab72eac51f153c15e4d1 Mon Sep 17 00:00:00 2001
From: Ammarguellat <zahira.ammarguellat at intel.com>
Date: Tue, 24 Oct 2023 05:47:10 -0700
Subject: [PATCH] Testing.

---
 llvm/docs/LangRef.rst | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/llvm/docs/LangRef.rst b/llvm/docs/LangRef.rst
index f542e70bcfee810..9fd6d57fc2f82a3 100644
--- a/llvm/docs/LangRef.rst
+++ b/llvm/docs/LangRef.rst
@@ -3672,6 +3672,8 @@ 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