Displaying 3 results from an estimated 3 matches for "t_float".
Did you mean:
to_float
2008 Mar 31
7
[LLVMdev] Reference Manual Clarifications
...I realized that
the remainder/modulo discussion does indeed belongs to the srem
instruction. The semantics of urem are obvious and need no further
clarification.
Best Regards,
Jon
1572,1573c1572,1575
< notation (see below). Floating point constants must have a <a
< href="#t_floating">floating point</a> type. </dd>
---
> notation (see below). The assembler requires the exact decimal
value of
> a floating-point constant. For example, the assembler accepts 1.25 but
> rejects 1.3 because 1.3 is a repeating decimal in binary. Floating
p...
2008 Mar 31
0
[LLVMdev] Reference Manual Clarifications
...iscussion does indeed belongs to the srem
> instruction. The semantics of urem are obvious and need no further
> clarification.
>
> Best Regards,
> Jon
>
> 1572,1573c1572,1575
> < notation (see below). Floating point constants must have a <a
> < href="#t_floating">floating point</a> type. </dd>
> ---
>> notation (see below). The assembler requires the exact decimal
> value of
>> a floating-point constant. For example, the assembler accepts
>> 1.25 but
>> rejects 1.3 because 1.3 is a repeating decim...
2008 Jun 18
1
[LLVMdev] [PATCH] Insert a missing comma in documentation
...+), 1 deletions(-)
diff --git a/docs/LangRef.html b/docs/LangRef.html
index eba4e5a..5bc81cc 100644
--- a/docs/LangRef.html
+++ b/docs/LangRef.html
@@ -1045,7 +1045,7 @@ classifications:</p>
<td><a href="#t_integer">integer</a>,
<a href="#t_floating">floating point</a>,
<a href="#t_pointer">pointer</a>,
- <a href="#t_vector">vector</a>
+ <a href="#t_vector">vector</a>,
<a href="#t_struct">structure</a>...