Lines Matching refs:compiler
18 C compiler is needed to compile the code. Support for the extended double-
19 precision and quadruple-precision formats is dependent on the C compiler
26 independent and should be compilable using any ISO/ANSI C compiler. At the
34 SoftFloat as written requires an ISO/ANSI-style C compiler. No attempt has
48 and quadruple-precision formats depends on the C compiler implementing
50 C compiler is 32 bits, SoftFloat is limited to the single- and double-
134 `<processor>-<executable-type>-<compiler>'. The names of the supplied
143 <compiler>:
173 `<processor>-<compiler>.h'.
175 If 64-bit integers are supported by the compiler, the macro name `BITS64'
185 compiler, the macro `INLINE' should be defined to the appropriate keyword.
188 be inlined by the compiler. SoftFloat depends on inlining to obtain
190 the compiler may still be able to perform inlining on its own as an
191 optimization. If a command-line option is needed to convince the compiler
225 the compiler (such as names not properly declared in system header files)
309 For the targets that are supplied, if the expected compiler is available
345 In order to get good speed with SoftFloat, it is important that the compiler
348 macro, the compiler may still be able to perform inlining on its own as
350 compiler whatever option is required to cause it to inline small functions.