Changeset 54ca3523 in mainline for src


Ignore:
Timestamp:
2005-05-20T17:04:55Z (20 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
0cb0a72
Parents:
c01bd280
Message:

FPU work.
FPU code cleanup, add/fix copyright notices where needed.
Fix PI calculation to use double n instead of int n.
Make FPU test #1 even more stressing.

Re-enable O3 again.
Revert Makefile.config not to compile in any tests.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Makefile.config

    rc01bd280 r54ca3523  
    66
    77# Support for symetric multiprocessors
    8 SMP=__SMP__
     8#SMP=__SMP__
    99
    1010# Improved support for hyperthreading
     
    1818
    1919# Uncomment if you want to run in the test mode
    20 TEST=__TEST__
     20#TEST=__TEST__
    2121
    2222TEST_FILE=test.c
Note: See TracChangeset for help on using the changeset viewer.