Ignore:
Timestamp:
Apr 28, 2016, 1:12:20 PM (8 years ago)
Author:
cfuguet
Message:

Add a software integer version of the libmath/sqrt function.

Also a flag to enable/disable the use of hard FPU instructions is
add into the giet_config.h file.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/giet_config.h

    r791 r816  
    6161#define GIET_SDC_PERIOD           2            /* number of cycles in SDC period */
    6262#define GIET_SR_INIT_VALUE        0x2000FF13   /* SR initial value (before eret) */
     63#define GIET_USE_HARD_FLOAT       0            /* hard float supported */
    6364
    6465#endif
Note: See TracChangeset for help on using the changeset viewer.