Click here to Skip to main content
15,886,919 members
Home / Discussions / C#
   

C#

 
GeneralRe: 3 way byte merge Pin
harold aptroot22-Sep-10 6:11
harold aptroot22-Sep-10 6:11 
AnswerRe: 3 way byte merge Pin
Chris Trelawny-Ross22-Sep-10 9:19
Chris Trelawny-Ross22-Sep-10 9:19 
GeneralRe: 3 way byte merge Pin
jkohler22-Sep-10 9:35
jkohler22-Sep-10 9:35 
GeneralRe: 3 way byte merge Pin
Michael B. Hansen23-Sep-10 2:27
Michael B. Hansen23-Sep-10 2:27 
GeneralRe: 3 way byte merge Pin
ely_bob23-Sep-10 8:25
professionalely_bob23-Sep-10 8:25 
GeneralRe: 3 way byte merge Pin
JonHarrison23-Sep-10 2:27
professionalJonHarrison23-Sep-10 2:27 
GeneralRe: 3 way byte merge Pin
jkohler23-Sep-10 3:24
jkohler23-Sep-10 3:24 
GeneralRe: 3 way byte merge Pin
JonHarrison23-Sep-10 3:34
professionalJonHarrison23-Sep-10 3:34 
Write the loop as suggested by Michael. The processor might even have its own instructions for copying a byte from one register into a different byte in another (or even combining multiple byte copies into a single instruction). Look at the assembler for the bit shift and or solution and the union and see which is more efficient. I'm interested to hear how much faster it becomes.
GeneralRe: 3 way byte merge Pin
harold aptroot22-Sep-10 9:51
harold aptroot22-Sep-10 9:51 
GeneralRe: 3 way byte merge Pin
Chris Trelawny-Ross22-Sep-10 11:04
Chris Trelawny-Ross22-Sep-10 11:04 
GeneralRe: 3 way byte merge Pin
harold aptroot22-Sep-10 11:42
harold aptroot22-Sep-10 11:42 
GeneralRe: 3 way byte merge Pin
Chris Trelawny-Ross22-Sep-10 12:02
Chris Trelawny-Ross22-Sep-10 12:02 
GeneralRe: 3 way byte merge Pin
harold aptroot22-Sep-10 12:25
harold aptroot22-Sep-10 12:25 
GeneralRe: 3 way byte merge Pin
Chris Trelawny-Ross22-Sep-10 12:33
Chris Trelawny-Ross22-Sep-10 12:33 
AnswerRe: 3 way byte merge Pin
philpalk23-Sep-10 3:10
philpalk23-Sep-10 3:10 
AnswerRe: 3 way byte merge Pin
[NL]PUR23-Sep-10 3:19
[NL]PUR23-Sep-10 3:19 
AnswerRe: 3 way byte merge - no joy in C# ville Pin
jkohler23-Sep-10 4:21
jkohler23-Sep-10 4:21 
AnswerRe: 3 way byte merge Pin
Michael Kingsford Gray23-Sep-10 4:36
Michael Kingsford Gray23-Sep-10 4:36 
AnswerRe: 3 way byte merge Pin
patbob23-Sep-10 6:13
patbob23-Sep-10 6:13 
GeneralRe: 3 way byte merge Pin
jkohler23-Sep-10 7:40
jkohler23-Sep-10 7:40 
AnswerRe: 3 way byte merge Pin
englebart23-Sep-10 7:32
professionalenglebart23-Sep-10 7:32 
AnswerRe: 3 way byte merge Pin
JesperMadsen12323-Sep-10 8:32
JesperMadsen12323-Sep-10 8:32 
AnswerRe: 3 way byte merge Pin
starmerak23-Sep-10 20:47
starmerak23-Sep-10 20:47 
AnswerRe: 3 way byte merge Pin
oggenok6423-Sep-10 21:11
oggenok6423-Sep-10 21:11 
AnswerRe: 3 way byte merge Pin
englebart24-Sep-10 8:11
professionalenglebart24-Sep-10 8:11 

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.