This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: enum built_in_function and divdc3


On 02/06/2011 08:12 AM, Jack Howarth wrote:
> what is the correct value is use for the enum entry of the ___divdc3
> symbol? Is it END_BUILTINS-1 or END_BUILTINS-2? Thanks in advance for
> any clarifications.

See build_common_builtin_modes:

        dcode = ((enum built_in_function)
                 (BUILT_IN_COMPLEX_DIV_MIN + mode - MIN_MODE_COMPLEX_FLOAT));


r~


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]