Changeset aa59fa0 in mainline for softfloat/generic/softfloat.c


Ignore:
Timestamp:
2006-03-16T00:32:41Z (19 years ago)
Author:
Josef Cejka <malyzelenyhnus@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
585819d
Parents:
69cdeec
Message:

SoftFloat integrated into HelenOS uspace.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • softfloat/generic/softfloat.c

    r69cdeec raa59fa0  
    3939#include<other.h>
    4040
    41 #include<arch.h>
    42 #include<types.h>
    4341#include<functions.h>
    4442
     
    485483}
    486484
    487 float __mulsc3(float a, float b, float c, float d)
    488 {
    489 /* TODO: */
    490 }
    491 
    492 float __divsc3(float a, float b, float c, float d)
    493 {
    494 /* TODO: */
    495 }
    496 
Note: See TracChangeset for help on using the changeset viewer.