auto-vectorization presentation
https://gcc.gnu.org/projects/tree-ssa/vectorization.html
Great article on GCC auto vectorization detection
http://locklessinc.com/articles/vectorize/
https://software.intel.com/en-us/articles/comparison-of-gcc-481-and-icc-140-update-1-auto-vectorization-capabilities
http://stackoverflow.com/questions/30305830/understanding-gcc-4-9-2-auto-vectorization-output
A collection of random thoughts and materials that might prove enlightening to me and my friends.
MathJax
Thursday, April 28, 2016
Block encryption on Linux/Windows
Bitlocker on Windows
http://www.howtogeek.com/193013/how-to-create-an-encrypted-container-file-with-bitlocker-on-windows/
http://windows.microsoft.com/en-us/windows-vista/bitlocker-drive-encryption-overview
dm-crypt/cryptsetup on Linux
https://gitlab.com/cryptsetup/cryptsetup/wikis/DMCrypt
https://gitlab.com/cryptsetup/cryptsetup/
http://www.howtogeek.com/193013/how-to-create-an-encrypted-container-file-with-bitlocker-on-windows/
http://windows.microsoft.com/en-us/windows-vista/bitlocker-drive-encryption-overview
dm-crypt/cryptsetup on Linux
https://gitlab.com/cryptsetup/cryptsetup/wikis/DMCrypt
https://gitlab.com/cryptsetup/cryptsetup/
Monday, April 11, 2016
RAII (Resource acquisition is initialization) definition
https://en.wikipedia.org/wiki/Resource_Acquisition_Is_Initialization
Subscribe to:
Posts (Atom)