Author Topic: Nightly (Windows): 05 Dec 2015 - Revision 47286d1  (Read 668 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly (Windows): 05 Dec 2015 - Revision 47286d1
Here is the nightly for Windows on 05 Dec 2015 - Revision 47286d1

Open non-feature issues in Mantis: 124

Group: AVX
fso_AVX_20151205_47286d1.7z
MD5Sum

Group: SSE
fso_SSE_20151205_47286d1.7z
MD5Sum

Group: NO-SSE
fso_NO-SSE_20151205_47286d1.7z
MD5Sum

Group: Standard
fso_Standard_20151205_47286d1.7z
MD5Sum

Code: [Select]
------------------------------------------------------------------------
commit 764e177
Author: Cliff Gordon <Tue Dec 1 15:24:32 2015 -0600>
Commit: Cliff Gordon <Tue Dec 1 20:56:10 2015 -0600>

    Remove the -Wno-unused-function hider.  Should be able to fix these with this method if any more crop up on Linux.
 configure.ac | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

------------------------------------------------------------------------
commit ea549ab
Author: Cliff Gordon <Tue Dec 1 20:56:06 2015 -0600>
Commit: Cliff Gordon <Tue Dec 1 20:56:06 2015 -0600>

    [fix/292_unused_functions] Mark rotate_z and accurate_square_root as unused.  Last part of the issues in #292.
 code/math/fvi.cpp    | 2 +-
 code/math/vecmat.cpp | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)