Changeset 2467b41 in mainline for uspace/lib/softint/include/shift.h


Ignore:
Timestamp:
2018-01-17T16:58:41Z (6 years ago)
Author:
Jiří Zárevúcky <zarevucky.jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
17c14273
Parents:
33b8d024
git-author:
Jiří Zárevúcky <zarevucky.jiri@…> (2018-01-17 16:58:14)
git-committer:
Jiří Zárevúcky <zarevucky.jiri@…> (2018-01-17 16:58:41)
Message:

Temporarily revert libsoftint changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/softint/include/shift.h

    r33b8d024 r2467b41  
    3838
    3939/* Arithmetic/logical shift left. */
    40 extern long __ashldi3(long, int);
    41 extern long long __ashlti3(long long, int);
     40extern long long __ashldi3(long long, int);
    4241
    4342/* Arithmetic shift right. */
    44 extern long __ashrdi3(long, int);
    45 extern long long __ashrti3(long long, int);
     43extern long long __ashrdi3(long long, int);
    4644
    4745/* Logical shift right. */
    48 extern long __lshrdi3(long, int);
    49 extern long long __lshrti3(long long, int);
     46extern long long __lshrdi3(long long, int);
    5047
    5148
Note: See TracChangeset for help on using the changeset viewer.