flexible-vectors icon indicating copy to clipboard operation
flexible-vectors copied to clipboard

I see some fingerprinting potential here

Open dead-claudia opened this issue 5 years ago • 1 comments
trafficstars

Most Intel-based processors nowadays have 256-bit support, while most ARM processors don't. There's likely other concerns, too, like with low-end phones that may lack NEON support.

dead-claudia avatar Jun 22 '20 20:06 dead-claudia

FWIW, I think CPU fingerprinting is inevitable, even in fixed-length SIMD (https://github.com/WebAssembly/simd). I agree that's not great, but maybe we should try to focus here on potential problems relative to that existing SIMD proposal?

sampsyo avatar Jun 22 '20 21:06 sampsyo