X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=ghc%2Fcompiler%2Fcmm%2FPprC.hs;h=6ce2df5bb25c4cae350bb8a65af74a40a6066565;hp=d085ce0200a1d3402144155472542d2aa7aad9c8;hb=3034a6c8cfb50e2b5af4ef57c419986039b53a94;hpb=25cc1d1f2d9bf9a83725e49884bd83ab35000e3e diff --git a/ghc/compiler/cmm/PprC.hs b/ghc/compiler/cmm/PprC.hs index d085ce0..6ce2df5 100644 --- a/ghc/compiler/cmm/PprC.hs +++ b/ghc/compiler/cmm/PprC.hs @@ -533,19 +533,19 @@ pprCallishMachOp_for_C mop MO_F64_Log -> ptext SLIT("log") MO_F64_Exp -> ptext SLIT("exp") MO_F64_Sqrt -> ptext SLIT("sqrt") - MO_F32_Pwr -> ptext SLIT("pow") - MO_F32_Sin -> ptext SLIT("sin") - MO_F32_Cos -> ptext SLIT("cos") - MO_F32_Tan -> ptext SLIT("tan") - MO_F32_Sinh -> ptext SLIT("sinh") - MO_F32_Cosh -> ptext SLIT("cosh") - MO_F32_Tanh -> ptext SLIT("tanh") - MO_F32_Asin -> ptext SLIT("asin") - MO_F32_Acos -> ptext SLIT("acos") - MO_F32_Atan -> ptext SLIT("atan") - MO_F32_Log -> ptext SLIT("log") - MO_F32_Exp -> ptext SLIT("exp") - MO_F32_Sqrt -> ptext SLIT("sqrt") + MO_F32_Pwr -> ptext SLIT("powf") + MO_F32_Sin -> ptext SLIT("sinf") + MO_F32_Cos -> ptext SLIT("cosf") + MO_F32_Tan -> ptext SLIT("tanf") + MO_F32_Sinh -> ptext SLIT("sinhf") + MO_F32_Cosh -> ptext SLIT("coshf") + MO_F32_Tanh -> ptext SLIT("tanhf") + MO_F32_Asin -> ptext SLIT("asinf") + MO_F32_Acos -> ptext SLIT("acosf") + MO_F32_Atan -> ptext SLIT("atanf") + MO_F32_Log -> ptext SLIT("logf") + MO_F32_Exp -> ptext SLIT("expf") + MO_F32_Sqrt -> ptext SLIT("sqrtf") -- --------------------------------------------------------------------- -- Useful #defines