Changeset 2416085 in mainline for uspace/lib/softfloat/conversion.c


Ignore:
Timestamp:
2012-09-07T13:59:45Z (12 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
ecd991a
Parents:
77f91fe
Message:

softfloat: move sources to a single directory
implement more ARM EABI bindings

File:
1 moved

Legend:

Unmodified
Added
Removed
  • uspace/lib/softfloat/conversion.c

    r77f91fe r2416085  
    3434 */
    3535
    36 #include <sftypes.h>
    37 #include <conversion.h>
    38 #include <comparison.h>
    39 #include <common.h>
     36#include "sftypes.h"
     37#include "conversion.h"
     38#include "comparison.h"
     39#include "common.h"
    4040
    4141float64 float32_to_float64(float32 a)
Note: See TracChangeset for help on using the changeset viewer.