Build Log
  

------- Build started: Project: SIMD, Configuration: Release|Win32 -------

Command Lines
  
Creating temporary file "c:\Heckler\Simd\Release\RSP000002.rsp" with contents
[
/O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /FD /EHsc /ML /GS /Fo"Release/" /Fd"Release/vc70.pdb" /W3 /c /Wp64 /Zi /TP
.\SSE.cpp
.\MMX.cpp
.\Main.cpp
]
Creating command line "cl.exe @c:\Heckler\Simd\Release\RSP000002.rsp /nologo"
Creating temporary file "c:\Heckler\Simd\Release\RSP000003.rsp" with contents
[
/OUT:"Release/SIMD.exe" /INCREMENTAL:NO /NOLOGO /DEBUG /PDB:"Release/SIMD.pdb" /SUBSYSTEM:CONSOLE /OPT:REF /OPT:ICF /MACHINE:X86  kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib
.\Release\FFT.obj
.\Release\Main.obj
.\Release\MMX.obj
.\Release\SSE.obj
]
Creating command line "link.exe @c:\Heckler\Simd\Release\RSP000003.rsp"
Output Window
  
Compiling...
SSE.cpp
SSE.cpp(11) : warning C4311: 'type cast' : pointer truncation from 'void *' to 'int'
SSE.cpp(11) : warning C4311: 'type cast' : pointer truncation from 'void *' to 'int'
SSE.cpp(192) : warning C4311: 'type cast' : pointer truncation from 'void *' to 'int'
SSE.cpp(192) : warning C4311: 'type cast' : pointer truncation from 'void *' to 'int'
SSE.cpp(411) : warning C4311: 'type cast' : pointer truncation from 'void *' to 'int'
SSE.cpp(411) : warning C4311: 'type cast' : pointer truncation from 'void *' to 'int'
SSE.cpp(603) : warning C4311: 'type cast' : pointer truncation from 'void *' to 'int'
SSE.cpp(603) : warning C4311: 'type cast' : pointer truncation from 'void *' to 'int'
SSE.cpp(603) : warning C4311: 'type cast' : pointer truncation from 'void *' to 'int'
SSE.cpp(806) : warning C4311: 'type cast' : pointer truncation from 'void *' to 'int'
SSE.cpp(806) : warning C4311: 'type cast' : pointer truncation from 'void *' to 'int'
SSE.cpp(998) : warning C4311: 'type cast' : pointer truncation from 'void *' to 'int'
SSE.cpp(998) : warning C4311: 'type cast' : pointer truncation from 'void *' to 'int'
SSE.cpp(998) : warning C4311: 'type cast' : pointer truncation from 'void *' to 'int'
SSE.cpp(1200) : warning C4311: 'type cast' : pointer truncation from 'void *' to 'int'
SSE.cpp(1200) : warning C4311: 'type cast' : pointer truncation from 'void *' to 'int'
SSE.cpp(1392) : warning C4311: 'type cast' : pointer truncation from 'void *' to 'int'
SSE.cpp(1392) : warning C4311: 'type cast' : pointer truncation from 'void *' to 'int'
SSE.cpp(1392) : warning C4311: 'type cast' : pointer truncation from 'void *' to 'int'
SSE.cpp(1594) : warning C4311: 'type cast' : pointer truncation from 'void *' to 'int'
SSE.cpp(1736) : warning C4311: 'type cast' : pointer truncation from 'void *' to 'int'
SSE.cpp(1736) : warning C4311: 'type cast' : pointer truncation from 'void *' to 'int'
SSE.cpp(2280) : warning C4311: 'type cast' : pointer truncation from 'void *' to 'int'
SSE.cpp(2458) : warning C4311: 'type cast' : pointer truncation from 'void *' to 'int'
SSE.cpp(2458) : warning C4311: 'type cast' : pointer truncation from 'void *' to 'int'
MMX.cpp
Main.cpp
Main.cpp(23) : warning C4244: 'argument' : conversion from 'time_t' to 'unsigned int', possible loss of data
Generating Code...
c:\heckler\simd\main.cpp(252) : warning C4700: local variable 'caccum' used without having been initialized
Linking...
Results
  
Build Time 0:01
Build log was saved at "file://c:\Heckler\Simd\Release\BuildLog.htm"
SIMD - 0 error(s), 27 warning(s)