VirtualBox

Ignore:
Timestamp:
Jul 6, 2014 1:59:04 PM (11 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
94746
Message:

alt-sha512: Applied the optimizations from alt-sha256 and alt-sha1, gaining 15-20.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/asm/asm-fake.cpp

    r44529 r51883  
    461461}
    462462
     463RTDECL(uint64_t) ASMByteSwapU64(uint64_t u64)
     464{
     465    return RT_MAKE_U64_FROM_U8(RT_BYTE8(u64), RT_BYTE7(u64), RT_BYTE6(u64), RT_BYTE5(u64),
     466                               RT_BYTE4(u64), RT_BYTE3(u64), RT_BYTE2(u64), RT_BYTE1(u64));
     467}
     468
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette