Click here to Skip to main content
15,891,184 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: Real quote quote story Pin
Cornelius Henning18-Aug-17 11:19
professionalCornelius Henning18-Aug-17 11:19 
GeneralRe: Real quote quote story Pin
kmoorevs18-Aug-17 11:21
kmoorevs18-Aug-17 11:21 
GeneralRe: Real quote quote story Pin
Cornelius Henning18-Aug-17 12:11
professionalCornelius Henning18-Aug-17 12:11 
AnswerRe: Real quote quote story Pin
RickZeeland18-Aug-17 20:54
mveRickZeeland18-Aug-17 20:54 
GeneralRe: Real quote quote story Pin
kmoorevs19-Aug-17 5:53
kmoorevs19-Aug-17 5:53 
GeneralAbout that SIMD in C# thing.. Pin
harold aptroot18-Aug-17 10:11
harold aptroot18-Aug-17 10:11 
GeneralRe: About that SIMD in C# thing.. Pin
Jon McKee18-Aug-17 22:05
professionalJon McKee18-Aug-17 22:05 
GeneralRe: About that SIMD in C# thing.. Pin
harold aptroot19-Aug-17 5:28
harold aptroot19-Aug-17 5:28 
It works better when you have a higher arithmetic intensity, if you're only going to add them it really quickly becomes a bandwidth problem instead of a compute problem. It also works much better for smaller elements, and when you can use fancy built-ins that have no trivial equivalent in scalar code, such as saturating arithmetic, sum-of-absolute-differences, pshufb both straight and as parallel table lookup, multiply-high, that sort of thing.
On the other hand, most of that is impossible with System.Numerics.Vectors (it sucks), which is why I tried to do this in the first place.
GeneralForgotten Password Explained by comedian Pin
raddevus18-Aug-17 9:31
mvaraddevus18-Aug-17 9:31 
GeneralRe: Forgotten Password Explained by comedian Pin
PIEBALDconsult18-Aug-17 9:46
mvePIEBALDconsult18-Aug-17 9:46 
GeneralRe: Forgotten Password Explained by comedian Pin
raddevus18-Aug-17 9:52
mvaraddevus18-Aug-17 9:52 
GeneralRe: Forgotten Password Explained by comedian Pin
PIEBALDconsult18-Aug-17 9:59
mvePIEBALDconsult18-Aug-17 9:59 
GeneralRe: Forgotten Password Explained by comedian Pin
raddevus18-Aug-17 10:25
mvaraddevus18-Aug-17 10:25 
GeneralRe: Forgotten Password Explained by comedian Pin
PIEBALDconsult18-Aug-17 10:36
mvePIEBALDconsult18-Aug-17 10:36 
GeneralRe: Forgotten Password Explained by comedian Pin
raddevus18-Aug-17 10:45
mvaraddevus18-Aug-17 10:45 
GeneralRe: Forgotten Password Explained by comedian Pin
Ron Anders18-Aug-17 15:54
Ron Anders18-Aug-17 15:54 
GeneralRe: Forgotten Password Explained by comedian Pin
Marc Clifton18-Aug-17 10:32
mvaMarc Clifton18-Aug-17 10:32 
GeneralRe: Forgotten Password Explained by comedian Pin
raddevus18-Aug-17 10:48
mvaraddevus18-Aug-17 10:48 
GeneralLunch with a member... Pin
R. Giskard Reventlov18-Aug-17 8:32
R. Giskard Reventlov18-Aug-17 8:32 
GeneralRe: Lunch with a member... Pin
PIEBALDconsult18-Aug-17 9:05
mvePIEBALDconsult18-Aug-17 9:05 
GeneralRe: Lunch with a member... Pin
Jeremy Falcon18-Aug-17 11:45
professionalJeremy Falcon18-Aug-17 11:45 
GeneralRe: Lunch with a member... Pin
Gary R. Wheeler18-Aug-17 17:14
Gary R. Wheeler18-Aug-17 17:14 
GeneralRe: Lunch with a member... Pin
Jeremy Falcon19-Aug-17 5:31
professionalJeremy Falcon19-Aug-17 5:31 
GeneralRe: Lunch with a member... Pin
Jeremy Falcon18-Aug-17 11:44
professionalJeremy Falcon18-Aug-17 11:44 
GeneralRe: Lunch with a member... Pin
R. Giskard Reventlov18-Aug-17 12:02
R. Giskard Reventlov18-Aug-17 12:02 

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.