README 1.4 KB

1234567891011121314151617181920212223242526
  1. Rdrand Library
  2. ----------------------------
  3. Welcome to the Rdrand Library. This is a simple library aimed at
  4. bringing suport for the rdrdand instruction feature of Intel processors
  5. starting with the Intel(r) microarchitecture code name Ivy Bridge, (also known
  6. as 3rd Generation Intel Core(tm) processor) to users with toolchains that do
  7. not support this new feature. For more information on the rdrand instruction,
  8. please visit http://software.intel.com/en-us/articles/download-the-latest-bull-mountain-software-implementation-guide/
  9. The new rdrand instruction is innovative hardware approach to high-quality,
  10. high-performance entropy and random number generation. Because the many of
  11. compiler toolchains do not support this new instruction, this library was
  12. created to facilitate easy access to it. The idea is simple: link to a
  13. built static library and enjoy the new feature! Or, if you wish the full
  14. source code is provided.
  15. Documentation is stored in doc/--Point your browser to doc/html/index.html to get
  16. started. Included in the documentation is more information about the
  17. rdrand instruction, build instructions, and information on supported
  18. toolchains.
  19. There is also a demonstration project using Microsoft* Visual Studio* project
  20. file named "Test" that demonstrate linking to the generated library.
  21. Copyright(C) 2012 Intel Corporation. All rights reserved.
  22. *Other names and brands may be claimed as the property of others