top | item 20436107

(no title)

aw3c2 | 6 years ago

There are lots of opposites in the features table. Which of those are important to me as a data analyst and gamer?

discuss

order

AaronFriel|6 years ago

As a gamer? None of them really, the features table is also inaccurate on several rows. "AES" and "AES-NI" are the ame thing, and so are "Intel 64" and "AMD64". So it is a bit confusing to read because the features intersect more but the names are different on each row.

As a data analyst if you're using optimized libraries (numpy, Fortran or C/C++ compiled for your machine, manually written libraries), then you may care about AVX (advanced vector extensions), AVX2, and FMA (fused multiply add) operations.

aw3c2|6 years ago

Thanks!