Masm32 SDK description, downloads and other helpful links
Message to All Guests
NB: Posting URL's See here: Posted URL Change
Quote from: daydreamer on Today at 07:43:34 AMWhat's happened to this forum ?,nobody wants to test run code anymore ? :(It's usually the OP that supplies the testing method. This will ensure that all testers will use the same testbed (I.e., testing methods), for better comparison between processors where the test is being conducted, and even to test for any differences between OS's etc. that are testing the same function or algorithm.
Quote from: daydreamer on Today at 07:43:34 AMWhat's happened to this forum ?,nobody wants to test run code anymore ? :(The skeleton code I wrote earlier is all you need, just add the code you want to test.
I have a comparison that might not been tested yet :
A loop with many scalar compares with conditional jumps vs packed compares ???
Quote from: daydreamer on February 12, 2025, 06:15:21 AMReal4 compares that can be done with integer 32 bit cmp is +inf ,-inf and zero 0.0 = zero 0
Real8 compares similar but with 64 bit integer cmp
Are these faster ?
Ucomiss faster than fpu compare ?
Quote from: dannycoh on February 10, 2025, 10:38:29 PMThe GitHub is working.
However, it does not have what the website had, such as Visual Studio integration, Windows.inc and documentation.