Skip to content

Commit a71bfbd

Browse files
authored
fixed issues in readme (#49)
Signed-off-by: Ethan Hirsch <[email protected]>
1 parent 932f873 commit a71bfbd

File tree

1 file changed

+2
-2
lines changed
  • DirectProgramming/C++/CompilerInfrastructure/Intrinsics

1 file changed

+2
-2
lines changed

DirectProgramming/C++/CompilerInfrastructure/Intrinsics/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ The implementations include multiple functions to accomplish these tasks, each o
3030
This code sample is licensed under MIT license.
3131

3232

33-
## Building the `Mandelbrot` Program for CPU and GPU
33+
## Building the `Intrinsics` Program
3434

3535
Perform the following steps:
3636
1. Build the program using the following `make` commands.
@@ -59,7 +59,7 @@ These intrinsics samples have relatively few modifiable parameters. However, cer
5959
6060
3. intrin_ftz_sample: This sample has no modifiable parameters.
6161
62-
62+
### Example of Output
6363
```
6464
Dot Product computed by C: 4324.000000
6565
Dot Product computed by Intel(R) SSE3 intrinsics: 4324.000000

0 commit comments

Comments
 (0)