Lines Matching refs:compiler
19 C compiler is needed to compile the code. Support for the extended double-
20 precision and quadruple-precision formats is dependent on the C compiler
27 independent and should be compilable using any ISO/ANSI C compiler. At the
35 SoftFloat as written requires an ISO/ANSI-style C compiler. No attempt has
49 and quadruple-precision formats depends on the C compiler implementing
51 C compiler is 32 bits, SoftFloat is limited to the single- and double-
135 `<processor>-<executable-type>-<compiler>'. The names of the supplied
144 <compiler>:
174 `<processor>-<compiler>.h'.
176 If 64-bit integers are supported by the compiler, the macro name `BITS64'
186 compiler, the macro `INLINE' should be defined to the appropriate keyword.
189 be inlined by the compiler. SoftFloat depends on inlining to obtain
191 the compiler may still be able to perform inlining on its own as an
192 optimization. If a command-line option is needed to convince the compiler
226 the compiler (such as names not properly declared in system header files)
310 For the targets that are supplied, if the expected compiler is available
346 In order to get good speed with SoftFloat, it is important that the compiler
349 macro, the compiler may still be able to perform inlining on its own as
351 compiler whatever option is required to cause it to inline small functions.