Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down