The MASM Forum
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
MASM32 Downloads
Home
Help
Search
Login
Register
The MASM Forum
»
General
»
The Laboratory
»
Timings for a Masm64 SDK test
« previous
next »
Print
Pages:
1
[
2
]
Author
Topic: Timings for a Masm64 SDK test (Read 1513 times)
hutch--
Administrator
Member
Posts: 10297
Mnemonic Driven API Grinder
Re: Timings for a Masm64 SDK test
«
Reply #15 on:
July 06, 2022, 10:24:36 PM »
The first was a single pass, the next was 1000 iterations. Just under 1000 gig in just over 600 ms, probably fast enough.
Logged
hutch at movsd dot com
http://www.masm32.com
hutch--
Administrator
Member
Posts: 10297
Mnemonic Driven API Grinder
Re: Timings for a Masm64 SDK test
«
Reply #16 on:
July 07, 2022, 01:04:11 AM »
Here is a tweaked version, I use the Agner Fog StrLen version and unrolled the scan loop by 4 and its about 30% faster. On my old Haswell, I keep getting 438 ms.
Logged
hutch at movsd dot com
http://www.masm32.com
jj2007
Member
Posts: 13648
Assembly is fun ;-)
Re: Timings for a Masm64 SDK test
«
Reply #17 on:
July 07, 2022, 01:15:22 AM »
Very good
In case you need more inspiration
Logged
Masm32 Tips, Tricks and Traps
Print
Pages:
1
[
2
]
« previous
next »
The MASM Forum
»
General
»
The Laboratory
»
Timings for a Masm64 SDK test