aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2015-06-01 00:22:31 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2015-06-01 00:22:31 +0300
commit3b789d06adf6162a1a83845924b97451d509b074 (patch)
tree0106230076b1413207aa6cff0193b8ba6258b35d
parentcode style (diff)
downloadaes-tools-3b789d06adf6162a1a83845924b97451d509b074.tar.gz
aes-tools-3b789d06adf6162a1a83845924b97451d509b074.zip
README update
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index 561b27e..1c46946 100644
--- a/README.md
+++ b/README.md
@@ -8,6 +8,14 @@ I've used the compiler and the assembler shipped with Visual Studio Express 2013
You can generate the solution using CMake and build it using Visual Studio.
+## Running on older CPUs
+
+To run programs that are using the AES-NI instruction set on a CPU w/o the support for these instructions, one can use
+[Intel Software Development Emulator](https://software.intel.com/en-us/articles/intel-software-development-emulator).
+You can then run a program like this:
+
+ sde -- app.exe arg1 arg2...
+
## Licensing
This project, including all of the files and their contents, is licensed under the terms of the MIT License.