Click here to Skip to main content
15,887,135 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: DWORD Time Puzzle Pin
Stuart Dootson24-Sep-09 6:13
professionalStuart Dootson24-Sep-09 6:13 
GeneralRe: DWORD Time Puzzle Pin
phil241525-Sep-09 3:46
phil241525-Sep-09 3:46 
GeneralRe: DWORD Time Puzzle Pin
Stuart Dootson25-Sep-09 4:12
professionalStuart Dootson25-Sep-09 4:12 
GeneralRe: DWORD Time Puzzle Pin
phil241525-Sep-09 5:03
phil241525-Sep-09 5:03 
GeneralRe: DWORD Time Puzzle Pin
Stuart Dootson25-Sep-09 10:48
professionalStuart Dootson25-Sep-09 10:48 
GeneralRe: DWORD Time Puzzle Pin
phil241527-Sep-09 23:05
phil241527-Sep-09 23:05 
QuestionHow to prevent accelerators while certain childs have focus? Pin
i96danma24-Sep-09 5:28
i96danma24-Sep-09 5:28 
QuestionFast square root algorithm and using SSE Intrinsics to boost floating point calculation performance Pin
D_code_writer24-Sep-09 4:20
D_code_writer24-Sep-09 4:20 
Hey Guys,

I'm working on a simulation project that involves writing a highly accurate vehicle dynamics simulator. I'm writing the project using MFC/C++ and I'm using Visual Studio 2008. I've hit a bit of a block so I figured I would turn to the wisdom contained in this community.

1) I need to use a number of square root calculations. Would anyone happen to know a really fast square root algorithm in Visual Studio 2008 using C/C++. In my case I would be feeding it doubles.

2) I've read quite a bit about SSE Intrinsics, but apart from limited examples I haven't found a good source to say, let's do it this way or this is how you implement it. I've written the numerical engine using double varaibles, so does anyone have some tips about how do I go about converting doubles to the SSE Intrinsics.

Many Thanks

Danny
AnswerRe: Fast square root algorithm and using SSE Intrinsics to boost floating point calculation performance Pin
Michael Schubert24-Sep-09 5:31
Michael Schubert24-Sep-09 5:31 
AnswerRe: Fast square root algorithm and using SSE Intrinsics to boost floating point calculation performance Pin
molesworth24-Sep-09 6:04
molesworth24-Sep-09 6:04 
AnswerRe: Fast square root algorithm and using SSE Intrinsics to boost floating point calculation performance Pin
Rick York24-Sep-09 6:56
mveRick York24-Sep-09 6:56 
AnswerRe: Fast square root algorithm and using SSE Intrinsics to boost floating point calculation performance Pin
Luc Pattyn24-Sep-09 7:55
sitebuilderLuc Pattyn24-Sep-09 7:55 
AnswerRe: Fast square root algorithm and using SSE Intrinsics to boost floating point calculation performance Pin
D_code_writer24-Sep-09 18:51
D_code_writer24-Sep-09 18:51 
QuestionCombine Two bmp images into one Pin
Game-point24-Sep-09 3:47
Game-point24-Sep-09 3:47 
AnswerRe: Combine Two bmp images into one Pin
Richard MacCutchan24-Sep-09 4:12
mveRichard MacCutchan24-Sep-09 4:12 
QuestionProperty sheet and page Pin
hrishiS24-Sep-09 3:46
hrishiS24-Sep-09 3:46 
AnswerRe: Property sheet and page Pin
David Crow24-Sep-09 4:02
David Crow24-Sep-09 4:02 
GeneralRe: Property sheet and page Pin
hrishiS24-Sep-09 4:26
hrishiS24-Sep-09 4:26 
GeneralRe: Property sheet and page Pin
David Crow24-Sep-09 4:33
David Crow24-Sep-09 4:33 
GeneralRe: Property sheet and page Pin
hrishiS24-Sep-09 5:02
hrishiS24-Sep-09 5:02 
GeneralRe: Property sheet and page Pin
David Crow24-Sep-09 5:09
David Crow24-Sep-09 5:09 
GeneralRe: Property sheet and page Pin
Chuck O'Toole24-Sep-09 15:46
Chuck O'Toole24-Sep-09 15:46 
GeneralRe: Property sheet and page Pin
David Crow25-Sep-09 2:41
David Crow25-Sep-09 2:41 
GeneralRe: Property sheet and page Pin
Chuck O'Toole25-Sep-09 4:02
Chuck O'Toole25-Sep-09 4:02 
AnswerRe: Property sheet and page Pin
Chuck O'Toole25-Sep-09 4:04
Chuck O'Toole25-Sep-09 4:04 

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.