diff options
-rw-r--r-- | docs/LangRef.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/LangRef.html b/docs/LangRef.html index 15ecf86d4f..eb36f093de 100644 --- a/docs/LangRef.html +++ b/docs/LangRef.html @@ -4751,8 +4751,8 @@ entry: <h5>Example:</h5> <pre> - %X = fpext float 3.1415 to double <i>; yields double:3.1415</i> - %Y = fpext float 1.0 to float <i>; yields float:1.0 (no-op)</i> + %X = fpext float 3.125 to double <i>; yields double:3.125000e+00</i> + %Y = fpext double %X to fp128 <i>; yields fp128:0xL00000000000000004000900000000000</i> </pre> </div> |