Click here to Skip to main content
15,914,013 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: a problem from VC6 to VC2005 Pin
kcynic17-Jul-07 4:02
kcynic17-Jul-07 4:02 
QuestionCalculation of Date Pin
gnowkeenz14-Jul-07 18:22
gnowkeenz14-Jul-07 18:22 
AnswerRe: Calculation of Date Pin
Chris Losinger14-Jul-07 18:58
professionalChris Losinger14-Jul-07 18:58 
AnswerRe: Calculation of Date Pin
ThatsAlok16-Jul-07 0:43
ThatsAlok16-Jul-07 0:43 
Question[Message Deleted] Pin
KevinXLi14-Jul-07 14:53
KevinXLi14-Jul-07 14:53 
AnswerRe: RGB->HSV use SSE Pin
Paul Conrad14-Jul-07 16:42
professionalPaul Conrad14-Jul-07 16:42 
GeneralRe: RGB->HSV use SSE Pin
KevinXLi14-Jul-07 18:22
KevinXLi14-Jul-07 18:22 
GeneralRe: RGB->HSV use SSE Pin
Paul Conrad14-Jul-07 18:35
professionalPaul Conrad14-Jul-07 18:35 
Have you tried with the /arch:SSE flag set with full optimization? Sometimes it is easier to try and let the compiler do this kind of dirty work. If it doesn't increase the performance, then look into some inline assembly. I would only do the inline assembly where the code bottlenecks the worst.

---modified

You could try to unroll the two for loops for better cache utilization, as another thought Big Grin | :-D


"Any sort of work in VB6 is bound to provide several WTF moments." - Christian Graus

GeneralRe: RGB->HSV use SSE Pin
KevinXLi14-Jul-07 18:47
KevinXLi14-Jul-07 18:47 
GeneralRe: RGB->HSV use SSE Pin
Paul Conrad14-Jul-07 18:51
professionalPaul Conrad14-Jul-07 18:51 
GeneralRe: RGB->HSV use SSE Pin
KevinXLi14-Jul-07 19:00
KevinXLi14-Jul-07 19:00 
GeneralRe: RGB->HSV use SSE Pin
Paul Conrad14-Jul-07 19:02
professionalPaul Conrad14-Jul-07 19:02 
AnswerRe: RGB->HSV use SSE Pin
Steve Echols14-Jul-07 18:21
Steve Echols14-Jul-07 18:21 
GeneralRe: RGB->HSV use SSE Pin
Paul Conrad15-Jul-07 9:29
professionalPaul Conrad15-Jul-07 9:29 
QuestionOne Instance of class Pin
Stan the man14-Jul-07 11:26
Stan the man14-Jul-07 11:26 
AnswerRe: One Instance of class Pin
Mark Salsbery14-Jul-07 11:32
Mark Salsbery14-Jul-07 11:32 
GeneralRe: One Instance of class Pin
Stan the man14-Jul-07 14:24
Stan the man14-Jul-07 14:24 
GeneralRe: One Instance of class Pin
Mark Salsbery14-Jul-07 14:54
Mark Salsbery14-Jul-07 14:54 
AnswerRe: One Instance of class Pin
#realJSOP15-Jul-07 1:56
professional#realJSOP15-Jul-07 1:56 
GeneralRe: One Instance of class Pin
Stan the man15-Jul-07 4:24
Stan the man15-Jul-07 4:24 
GeneralRe: One Instance of class Pin
#realJSOP15-Jul-07 5:43
professional#realJSOP15-Jul-07 5:43 
GeneralRe: One Instance of class Pin
Stan the man15-Jul-07 6:19
Stan the man15-Jul-07 6:19 
Questioncan i update a function while running project ??? Pin
N.D.Quan14-Jul-07 10:37
N.D.Quan14-Jul-07 10:37 
AnswerRe: can i update a function while running project ??? Pin
c_explorer14-Jul-07 10:40
c_explorer14-Jul-07 10:40 
AnswerRe: can i update a function while running project ??? Pin
Mark Salsbery14-Jul-07 11:24
Mark Salsbery14-Jul-07 11:24 

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.