Search:

Type: Posts; User: ursusman

Search: Search took 0.00 seconds.

  1. Replies
    9
    Views
    1,338

    I am reading the Optimization section of the GCC...

    I am reading the Optimization section of the GCC man page a as maniac :-)

    The -O3 option didn't improve still. It even made calculations a bit slower, 216 (O2) vs. 227 (O3) seconds. Anyway, I am...
  2. Replies
    9
    Views
    1,338

    Oh, Mats! Why didn't I ask you before!!! :-) I...

    Oh, Mats! Why didn't I ask you before!!! :-)

    I can't believe it. Without -ffast-math a single runs takes 1345 seconds, with this flag - just 218 seconds - 6-fold difference!!! I have to do...
  3. Replies
    9
    Views
    1,338

    I am using GCC: $ gcc --version...

    I am using GCC:


    $ gcc --version
    i686-apple-darwin8-gcc-4.0.1 (GCC) 4.0.1 (Apple Computer, Inc. build 5367)


    I run it like:
  4. Replies
    9
    Views
    1,338

    Thanks Mats! It seems that I have the situation...

    Thanks Mats! It seems that I have the situation that you described in the second paragraph. I added a lot of distance calculations (two nested loops with distance calculations on each steps). Seems...
  5. Replies
    9
    Views
    1,338

    Function return value

    Hello!

    It seems I have some misunderstanding about some aspects of C programming or there are some compiler issues. I have a function:



    double myFunction1( myData *data )
    {
    double...
Results 1 to 5 of 5