Help for this page

Select Code to Download


  1. or download this
    use Inline C => 'DATA';
    use Benchmark 'cmpthese';
    ...
      double prod = x_sq * y_sq;
      return sqrt(prod);
    }
    
  2. or download this
    $ ./mytest.pl
               Rate vdiag ediag cdiag
    vdiag 1589859/s    --  -49%  -82%
    ediag 3127854/s   97%    --  -64%
    cdiag 8603134/s  441%  175%    --