Hard Light Productions Forums

Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Nightly Builds => Topic started by: Zacam on September 13, 2009, 08:36:16 pm

Title: Nightly (Windows): 13 Sep 2009 - Revision 5596
Post by: Zacam on September 13, 2009, 08:36:16 pm
Here is the nightly for Windows on 13 Sep 2009 - Revision 5596

fso-WIN-20090913_r5596.7z (http://173.8.193.66:7701/svn/MediaVPs/Nightlies/fso-WIN-20090913_r5596.7z)
MD5Sum: 74F2D233B866C49A81AE7BB53C48E953

Code: [Select]
------------------------------------------------------------------------
r5596 | prtej05 | 2009-09-12 07:43:11
Changed paths:
   M : /trunk/fs2_open/code/globalincs/pstypes.h

Removal of ASSUME macro behaviour
------------------------------------------------------------------------

And for something EXTRA special, here are SSE and SSE2 builds, NOW WITH DEBUG:

fso-WIN-20090913_r5596-SSE.7z (http://173.8.193.66:7701/svn/MediaVPs/Nightlies/fso-WIN-20090913_r5596-SSE.7z)
MD5Sum: 6B419BA5FDFB8084900C59224077787B

fso-WIN-20090913_r5596-SSE2.7z (http://173.8.193.66:7701/svn/MediaVPs/Nightlies/fso-WIN-20090913_r5596-SSE2.7z)
MD5Sum: 7638411E874CF46F38710F7941F5EAF1

Please be sure to spend some time Testing the SSE builds if you can, post on them HERE: Regarding SSE Builds (http://www.hard-light.net/forums/index.php?topic=65628.0)

All packages also include the PDB files necessary for Debugging and posting errors, hence the different size.
Title: Re: Nightly (Windows): 13 Sep 2009 - Revision 5596
Post by: Reprobator on September 14, 2009, 01:42:18 am
Excuse me, i'd like to ask :
What is sse build ?
Is this intel's proc optimised build?

-----------
Edit :
Sorry i just figured it out.
Title: Re: Nightly (Windows): 13 Sep 2009 - Revision 5596
Post by: QuantumDelta on September 14, 2009, 02:49:36 am
Excuse me, i'd like to ask :
What is sse build ?
Is this intel's proc optimised build?

-----------
Edit :
Sorry i just figured it out.

http://en.wikipedia.org/wiki/Streaming_SIMD_Extensions

For anyone else wondering.