Click here to Skip to main content
15,892,298 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: The stack conventions are different in AfxBeginThread and CreateThread Pin
Roger Stoltz2-Jul-08 22:23
Roger Stoltz2-Jul-08 22:23 
QuestionHow to hide a public function inherit from base class Pin
Dracula Wang2-Jul-08 21:27
Dracula Wang2-Jul-08 21:27 
QuestionRe: How to hide a public function inherit from base class Pin
CPallini2-Jul-08 21:36
mveCPallini2-Jul-08 21:36 
AnswerRe: How to hide a public function inherit from base class Pin
Dracula Wang2-Jul-08 21:50
Dracula Wang2-Jul-08 21:50 
QuestionRe: How to hide a public function inherit from base class Pin
CPallini2-Jul-08 21:56
mveCPallini2-Jul-08 21:56 
AnswerRe: How to hide a public function inherit from base class Pin
Dracula Wang2-Jul-08 22:05
Dracula Wang2-Jul-08 22:05 
AnswerRe: How to hide a public function inherit from base class Pin
BadKarma3-Jul-08 1:21
BadKarma3-Jul-08 1:21 
QuestionFloating point assembler code [modified] Pin
Tomerland2-Jul-08 20:56
Tomerland2-Jul-08 20:56 
Dear gurus,

I detected a runtime-bottleneck in my code at the following line



pY[j] = d1 * pY[j] + d2 * pX[j];


.


All variables are floating point. This line is excecuted millions of times.
Now I think about improving runtime by using inline-assembler.

Can somebody give me a hint how to start in the best way (e.g. using a library)

(by the way: I'm not a beginner at assembler-coding)


Kind regards

modified on Thursday, July 3, 2008 5:16 AM

AnswerRe: Floating point assembler code Pin
Roger Stoltz3-Jul-08 2:09
Roger Stoltz3-Jul-08 2:09 
AnswerRe: Floating point assembler code Pin
Alan Balkany3-Jul-08 4:57
Alan Balkany3-Jul-08 4:57 
QuestionHow to struct AA{ struct BB; }; struct BB { struct AA; }; Pin
Chesnokov Yuriy2-Jul-08 20:55
professionalChesnokov Yuriy2-Jul-08 20:55 
AnswerRe: How to struct AA{ struct BB; }; struct BB { struct AA; }; Pin
Saurabh.Garg2-Jul-08 21:02
Saurabh.Garg2-Jul-08 21:02 
AnswerRe: How to struct AA{ struct BB; }; struct BB { struct AA; }; Pin
Chesnokov Yuriy2-Jul-08 21:33
professionalChesnokov Yuriy2-Jul-08 21:33 
GeneralRe: How to struct AA{ struct BB; }; struct BB { struct AA; }; Pin
Saurabh.Garg2-Jul-08 21:40
Saurabh.Garg2-Jul-08 21:40 
QuestionRe: How to struct AA{ struct BB; }; struct BB { struct AA; }; Pin
Chesnokov Yuriy2-Jul-08 21:49
professionalChesnokov Yuriy2-Jul-08 21:49 
AnswerRe: How to struct AA{ struct BB; }; struct BB { struct AA; }; Pin
Saurabh.Garg2-Jul-08 22:10
Saurabh.Garg2-Jul-08 22:10 
QuestionRe: How to struct AA{ struct BB; }; struct BB { struct AA; }; Pin
Chesnokov Yuriy2-Jul-08 22:31
professionalChesnokov Yuriy2-Jul-08 22:31 
AnswerRe: How to struct AA{ struct BB; }; struct BB { struct AA; }; Pin
Chesnokov Yuriy2-Jul-08 21:42
professionalChesnokov Yuriy2-Jul-08 21:42 
AnswerRe: How to struct AA{ struct BB; }; struct BB { struct AA; }; Pin
Stephen Hewitt2-Jul-08 21:10
Stephen Hewitt2-Jul-08 21:10 
GeneralRe: How to struct AA{ struct BB; }; struct BB { struct AA; }; Pin
Chesnokov Yuriy2-Jul-08 21:36
professionalChesnokov Yuriy2-Jul-08 21:36 
GeneralRe: How to struct AA{ struct BB; }; struct BB { struct AA; }; Pin
Stephen Hewitt2-Jul-08 21:51
Stephen Hewitt2-Jul-08 21:51 
QuestionRe: How to struct AA{ struct BB; }; struct BB { struct AA; }; Pin
Chesnokov Yuriy2-Jul-08 22:04
professionalChesnokov Yuriy2-Jul-08 22:04 
AnswerRe: How to struct AA{ struct BB; }; struct BB { struct AA; }; Pin
Stephen Hewitt2-Jul-08 22:09
Stephen Hewitt2-Jul-08 22:09 
GeneralRe: How to struct AA{ struct BB; }; struct BB { struct AA; }; Pin
CPallini2-Jul-08 22:19
mveCPallini2-Jul-08 22:19 
QuestionRe: How to struct AA{ struct BB; }; struct BB { struct AA; }; Pin
Chesnokov Yuriy2-Jul-08 22:34
professionalChesnokov Yuriy2-Jul-08 22:34 

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.