enum built_in_function and divdc3

Richard Henderson rth@redhat.com
Sun Feb 6 17:46:00 GMT 2011


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~



More information about the Gcc mailing list