Old thread: What are you working on, Jow Forums?
/dpt/ - Daily Programming Thread
Other urls found in this thread:
stackoverflow.com
twitter.com
Cute!
That's a very cute programmer. What language does she use?
C++2a of course
Are you a python dev or are you a jobless boomer??
I don't take people with jobs seriously.
>sick
>tired barely keeping eyes open
>need to program
tasukete kudasai
im confident you can do it fren
also get well
>Compute the sum of absolute differences (SADs) of quadruplets of unsigned 8-bit integers in a compared to those in b, and store the 16-bit results in dst using zeromask k (elements are zeroed out when the corresponding mask bit is not set). Four SADs are performed on four 8-bit quadruplets for each 64-bit lane. The first two SADs use the lower 8-bit quadruplet of the lane from a, and the last two SADs use the uppper 8-bit quadruplet of the lane from a. Quadruplets from b are selected from within 128-bit lanes according to the control in imm8, and each SAD in each 64-bit lane uses the selected quadruplet at 8-bit offsets.
Why is this an instruction? How many ridiculously specific instructions like it are there?