Changeset 2416085 in mainline for uspace/lib/softfloat/div.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/div.c

    r77f91fe r2416085  
    3434 */
    3535
    36 #include <sftypes.h>
    37 #include <add.h>
    38 #include <div.h>
    39 #include <comparison.h>
    40 #include <mul.h>
    41 #include <common.h>
     36#include "sftypes.h"
     37#include "add.h"
     38#include "div.h"
     39#include "comparison.h"
     40#include "mul.h"
     41#include "common.h"
    4242
    4343/** Divide two single-precision floats.
Note: See TracChangeset for help on using the changeset viewer.