summaryrefslogtreecommitdiffstats
path: root/src/cpuid.h
AgeCommit message (Collapse)Author
2014-05-29Document *everything*Matthias Schiffer
2014-04-10Use #pragma onceMatthias Schiffer
2014-03-14Adjust copyright yearsMatthias Schiffer
2013-12-26Change fastd_cpuid back to use inline assembly to support non-Linux systems ↵Matthias Schiffer
again
2013-12-01Add fast SSE2 implementations "xmm" for Salsa20 and Salsa20/12Matthias Schiffer
Public Domain implementations by D. J. Bernstein, see http://cr.yp.to/snuffle.html
2013-11-29Use <cpuid.h>Matthias Schiffer
fastd will segfault in valgrind otherwise (O_o)
2013-11-29Compile with -std=c99 and restructure some code to ensure there is no ↵Matthias Schiffer
invalid aliasing (hopefully)
2013-11-28Add CPUID functionMatthias Schiffer