From 6e9334f639e7b416ed81ef032f06cae198421c77 Mon Sep 17 00:00:00 2001 From: Ethan Hirsch Date: Tue, 28 Jul 2020 09:54:00 -0700 Subject: [PATCH] fixed issues in readme Signed-off-by: Ethan Hirsch --- .../C++/CompilerInfrastructure/Intrinsics/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DirectProgramming/C++/CompilerInfrastructure/Intrinsics/README.md b/DirectProgramming/C++/CompilerInfrastructure/Intrinsics/README.md index e55ea8dcbe..50e0f51b90 100644 --- a/DirectProgramming/C++/CompilerInfrastructure/Intrinsics/README.md +++ b/DirectProgramming/C++/CompilerInfrastructure/Intrinsics/README.md @@ -30,7 +30,7 @@ The implementations include multiple functions to accomplish these tasks, each o This code sample is licensed under MIT license. -## Building the `Mandelbrot` Program for CPU and GPU +## Building the `Intrinsics` Program Perform the following steps: 1. Build the program using the following `make` commands. @@ -59,7 +59,7 @@ These intrinsics samples have relatively few modifiable parameters. However, cer 3. intrin_ftz_sample: This sample has no modifiable parameters. - +### Example of Output ``` Dot Product computed by C: 4324.000000 Dot Product computed by Intel(R) SSE3 intrinsics: 4324.000000