Hi Dale, > + case BUILT_IN_SQRTL: > + return false; // treat long double as normal call > case BUILT_IN_SQRT: > case BUILT_IN_SQRTF: > - case BUILT_IN_SQRTL: > // If errno math has been disabled, expand these to llvm.sqrt calls. what's the problem here? Thanks, Duncan.