Click here to Skip to main content
15,891,880 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Yay! I did it! Pin
OriginalGriff5-Aug-19 21:12
mveOriginalGriff5-Aug-19 21:12 
GeneralRe: Yay! I did it! Pin
pkfox5-Aug-19 23:59
professionalpkfox5-Aug-19 23:59 
GeneralRe: Yay! I did it! Pin
OriginalGriff6-Aug-19 0:04
mveOriginalGriff6-Aug-19 0:04 
GeneralRe: Yay! I did it! Pin
pkfox6-Aug-19 0:43
professionalpkfox6-Aug-19 0:43 
GeneralIntel Deep Learning Boost Pin
harold aptroot3-Aug-19 3:53
harold aptroot3-Aug-19 3:53 
PraiseRe: Intel Deep Learning Boost Pin
RickZeeland3-Aug-19 6:27
mveRickZeeland3-Aug-19 6:27 
GeneralRe: Intel Deep Learning Boost Pin
Richard Andrew x643-Aug-19 7:22
professionalRichard Andrew x643-Aug-19 7:22 
GeneralRe: Intel Deep Learning Boost Pin
harold aptroot3-Aug-19 8:33
harold aptroot3-Aug-19 8:33 
Lots of image processing stuff: convolutions, 4-way cross-fade, color space conversion, bilinear interpolation..

It does not seem as great for parsing decimal numbers, because the 4th scale factor won't fit in an sbyte. If you shuffle first you can make something happen but is it worth it? Maybe..

It could be used to turn blocks of 4 8-bit masks into a 4-bit combination of packed flags by setting the second operand to _mm_setr_epi8(-1, -2, -4, -8, -1, -2, -4, -8, -1, -2, -4, -8, -1, -2, -4, -8) (this puts junk in the upper 24 bits of the dwords but just discard that), sort of like a PMOVMSKB but with a vector result, I predict some synergy with PSHUFB (which can use those 4-bit groups to pick arbitrary 8-bit values out of a 16-entry lookup table).
Generalsupporting POSIX is hard, why does anyone do it? Pin
honey the codewitch3-Aug-19 3:38
mvahoney the codewitch3-Aug-19 3:38 
JokeRe: supporting POSIX is hard, why does anyone do it? Pin
Afzaal Ahmad Zeeshan3-Aug-19 3:43
professionalAfzaal Ahmad Zeeshan3-Aug-19 3:43 
GeneralRe: supporting POSIX is hard, why does anyone do it? Pin
honey the codewitch3-Aug-19 3:44
mvahoney the codewitch3-Aug-19 3:44 
GeneralRe: supporting POSIX is hard, why does anyone do it? Pin
#realJSOP3-Aug-19 6:30
mve#realJSOP3-Aug-19 6:30 
JokeRe: supporting POSIX is hard, why does anyone do it? Pin
Afzaal Ahmad Zeeshan3-Aug-19 7:33
professionalAfzaal Ahmad Zeeshan3-Aug-19 7:33 
QuestionOn how to release a large project to CP Pin
honey the codewitch2-Aug-19 13:51
mvahoney the codewitch2-Aug-19 13:51 
AnswerRe: On how to release a large project to CP Pin
PIEBALDconsult2-Aug-19 13:56
mvePIEBALDconsult2-Aug-19 13:56 
AnswerRe: On how to release a large project to CP Pin
Afzaal Ahmad Zeeshan2-Aug-19 14:35
professionalAfzaal Ahmad Zeeshan2-Aug-19 14:35 
GeneralRe: On how to release a large project to CP Pin
honey the codewitch2-Aug-19 14:37
mvahoney the codewitch2-Aug-19 14:37 
GeneralRe: On how to release a large project to CP Pin
Nelek3-Aug-19 1:56
protectorNelek3-Aug-19 1:56 
GeneralRe: On how to release a large project to CP Pin
Richard MacCutchan3-Aug-19 3:34
mveRichard MacCutchan3-Aug-19 3:34 
GeneralRe: On how to release a large project to CP Pin
honey the codewitch3-Aug-19 3:35
mvahoney the codewitch3-Aug-19 3:35 
GeneralRe: On how to release a large project to CP Pin
User 110609793-Aug-19 3:40
User 110609793-Aug-19 3:40 
GeneralRe: On how to release a large project to CP Pin
honey the codewitch3-Aug-19 3:41
mvahoney the codewitch3-Aug-19 3:41 
GeneralRe: On how to release a large project to CP Pin
Richard MacCutchan3-Aug-19 4:07
mveRichard MacCutchan3-Aug-19 4:07 
AnswerRe: On how to release a large project to CP Pin
Peter_in_27802-Aug-19 15:55
professionalPeter_in_27802-Aug-19 15:55 
AnswerRe: On how to release a large project to CP Pin
KarstenK2-Aug-19 21:23
mveKarstenK2-Aug-19 21:23 

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.