From 2eef476c721ed93b1acaaf1a77e20b5b7c73ed4f Mon Sep 17 00:00:00 2001 From: dos-reis Date: Sun, 6 Feb 2011 04:58:02 +0000 Subject: cleanup special hyperbolic builtins --- src/interp/g-opt.boot | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/interp/g-opt.boot') diff --git a/src/interp/g-opt.boot b/src/interp/g-opt.boot index d99f8c6a..f29ef062 100644 --- a/src/interp/g-opt.boot +++ b/src/interp/g-opt.boot @@ -408,10 +408,10 @@ $VMsideEffectFreeOperators == %feq %flt %fle %fgt %fge %fmul %fadd %fsub %fexp %fmin %fmax %float? %fpowi %fdiv %fneg %i2f %fminval %fmaxval %fbase %fprec %ftrunc %fsqrt %fpowf %flog %flog2 %flog10 %fmanexp - %fsin %fcos %ftan %fcot %fsec %fcsc - %fasin %facos %fatan %facot %fasec %facsc - %fsinh %fcosh %ftanh %fcsch %fcoth %fsech - %fasinh %facosh %fatanh %facsch %facoth %fasech + %fsin %fcos %ftan %fcot + %fasin %facos %fatan %facot + %fsinh %fcosh %ftanh + %fasinh %facosh %fatanh %val2z %z2val %zlit %zreal %zimag %zexp %zlog %zsin %zcos %ztan %zasin %zacos %zatan %zsinh %zcosh %ztanh %zasinh %zacosh %zatanh -- cgit v1.2.3