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~