Click here to Skip to main content
15,881,812 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Rounding double to a provided decimal place Pin
Richard MacCutchan19-Jan-11 3:11
mveRichard MacCutchan19-Jan-11 3:11 
Questionx86 and x64 code performance in 64 bit w7 Pin
Chesnokov Yuriy18-Jan-11 22:24
professionalChesnokov Yuriy18-Jan-11 22:24 
AnswerRe: x86 and x64 code performance in 64 bit w7 Pin
Emilio Garavaglia18-Jan-11 22:47
Emilio Garavaglia18-Jan-11 22:47 
GeneralRe: x86 and x64 code performance in 64 bit w7 Pin
Chesnokov Yuriy18-Jan-11 23:57
professionalChesnokov Yuriy18-Jan-11 23:57 
GeneralRe: x86 and x64 code performance in 64 bit w7 Pin
Emilio Garavaglia19-Jan-11 2:48
Emilio Garavaglia19-Jan-11 2:48 
GeneralRe: x86 and x64 code performance in 64 bit w7 Pin
Chesnokov Yuriy19-Jan-11 3:04
professionalChesnokov Yuriy19-Jan-11 3:04 
AnswerRe: x86 and x64 code performance in 64 bit w7 Pin
Andrew Brock18-Jan-11 23:16
Andrew Brock18-Jan-11 23:16 
GeneralRe: x86 and x64 code performance in 64 bit w7 Pin
Chesnokov Yuriy19-Jan-11 0:01
professionalChesnokov Yuriy19-Jan-11 0:01 
Andrew Brock wrote:
When optimising code for SSE, the VC++ compiler does alot of stupid unneeded things that affects performance. This is only the case if the source language was C/C++. If it was done through assemblies it is ok.


The compiler is VC and 7.1 SDK.
I did not set flag compile with SSE. The SSE instructions are explicit.
There is no difference between assembly implementation and SSE intrinsics.

Andrew Brock wrote:
If the code was compiled from C++ with the Intel ICL compiler then it is very platform dependant and will have sub-optimal performance on most AMD CPUs due to


intentional code design to prevent AMD processors execute code faster than Intel based, but that is a bit out of current topic.
Чесноков

QuestionRe: x86 and x64 code performance in 64 bit w7 Pin
CPallini18-Jan-11 23:43
mveCPallini18-Jan-11 23:43 
AnswerRe: x86 and x64 code performance in 64 bit w7 Pin
Chesnokov Yuriy19-Jan-11 0:04
professionalChesnokov Yuriy19-Jan-11 0:04 
GeneralRe: x86 and x64 code performance in 64 bit w7 Pin
CPallini19-Jan-11 0:15
mveCPallini19-Jan-11 0:15 
Questionthe procedure entry point getsystemtimes could not be located in the dynamic link library kernel32.dll Pin
Le@rner18-Jan-11 20:45
Le@rner18-Jan-11 20:45 
AnswerRe: the procedure entry point getsystemtimes could not be located in the dynamic link library kernel32.dll Pin
Cool_Dev18-Jan-11 20:52
Cool_Dev18-Jan-11 20:52 
GeneralRe: the procedure entry point getsystemtimes could not be located in the dynamic link library kernel32.dll Pin
Le@rner18-Jan-11 20:56
Le@rner18-Jan-11 20:56 
GeneralRe: the procedure entry point getsystemtimes could not be located in the dynamic link library kernel32.dll Pin
Adam Roderick J18-Jan-11 21:02
Adam Roderick J18-Jan-11 21:02 
GeneralRe: the procedure entry point getsystemtimes could not be located in the dynamic link library kernel32.dll Pin
Cool_Dev18-Jan-11 21:13
Cool_Dev18-Jan-11 21:13 
Questionhow to add a menu in win32 dialog box? Pin
mathivanaan18-Jan-11 18:15
mathivanaan18-Jan-11 18:15 
AnswerRe: how to add a menu in win32 dialog box? Pin
tagopi18-Jan-11 18:36
tagopi18-Jan-11 18:36 
GeneralRe: how to add a menu in win32 dialog box? Pin
mathivanaan18-Jan-11 19:16
mathivanaan18-Jan-11 19:16 
AnswerRe: how to add a menu in win32 dialog box? Pin
Andrew Brock18-Jan-11 18:57
Andrew Brock18-Jan-11 18:57 
Questiondetermining exit code of a process from a dll in that process Pin
JudyL_MD18-Jan-11 15:34
JudyL_MD18-Jan-11 15:34 
AnswerRe: determining exit code of a process from a dll in that process Pin
rod naR18-Jan-11 17:01
rod naR18-Jan-11 17:01 
Questioncase sensitive sort of chars/strings...including numbers, symbols etc.. [modified] Pin
tukbriz18-Jan-11 10:04
tukbriz18-Jan-11 10:04 
AnswerRe: case sensitive sort of chars/strings...including numbers, symbols etc.. Pin
Andrew Brock18-Jan-11 19:09
Andrew Brock18-Jan-11 19:09 
GeneralRe: case sensitive sort of chars/strings...including numbers, symbols etc.. [modified] Pin
tukbriz22-Jan-11 11:37
tukbriz22-Jan-11 11:37 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.