VirtualBox

Changeset 5490 in vbox for trunk/src/VBox/Runtime/r3/win


Ignore:
Timestamp:
Oct 25, 2007 1:45:46 AM (17 years ago)
Author:
vboxsync
Message:

Converted gcc ASMMultU64ByU32DivByU32 inline code to nasm in order to speed up the MSC builds (yes, it makes a noticable difference for TSC).

Location:
trunk/src/VBox/Runtime/r3/win
Files:
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/win/VBoxRT-win32.def

    r5463 r5490  
     1; $Id: $
    12;; @file
    2 ; Innotek Portable Runtime - Win64 ASM exports.
     3; innotek Portable Runtime - Win32 ASM exports.
    34;
    45
     6;
    57;  Copyright (C) 2006-2007 innotek GmbH
    6 ; 
     8;
    79;  This file is part of VirtualBox Open Source Edition (OSE), as
    810;  available from http://www.virtualbox.org. This file is free software;
     
    1214;  distribution. VirtualBox OSE is distributed in the hope that it will
    1315;  be useful, but WITHOUT ANY WARRANTY of any kind.
     16;
    1417
    1518EXPORTS
    16     ASMAtomicBitClear
    17     ASMAtomicBitToggle
    18     ASMAtomicBitTestAndToggle
    19     ASMBitFirstClear
    20     ASMBitFirstSet
    21     ASMAtomicReadU64
    22     ASMAtomicXchgU8
    23     ASMAtomicXchgU16
    24     ASMGetFlags
    25     ASMProbeReadByte
    26     ASMSetFlags
    2719    ASMMultU64ByU32DivByU32
    2820
     21    RTTimeNanoTSLegacySync
     22    RTTimeNanoTSLegacyAsync
     23    RTTimeNanoTSLFenceSync
     24    RTTimeNanoTSLFenceAsync
     25
  • trunk/src/VBox/Runtime/r3/win/VBoxRT-win64.def

    r5427 r5490  
     1; $Id: $
    12;; @file
    2 ; Innotek Portable Runtime - Win64 ASM exports.
     3; innotek Portable Runtime - Win64 ASM exports.
    34;
    45
     6;
    57;  Copyright (C) 2006-2007 innotek GmbH
    6 ; 
     8;
    79;  This file is part of VirtualBox Open Source Edition (OSE), as
    810;  available from http://www.virtualbox.org. This file is free software;
     
    1214;  distribution. VirtualBox OSE is distributed in the hope that it will
    1315;  be useful, but WITHOUT ANY WARRANTY of any kind.
     16;
    1417
    1518EXPORTS
     
    2730    ASMMultU64ByU32DivByU32
    2831
     32    RTTimeNanoTSLegacySync
     33    RTTimeNanoTSLegacyAsync
     34    RTTimeNanoTSLFenceSync
     35    RTTimeNanoTSLFenceAsync
     36
Note: See TracChangeset for help on using the changeset viewer.

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