Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 528 Bytes

File metadata and controls

20 lines (13 loc) · 528 Bytes

cpp-asm-comparison

Program demonstrating the parallelization of computations on a superscalar processor using C++ and optimized assembly code to analyze performance differences

Getting Started

  1. Clone the Repository:

    git clone https://github.com/slymachenko/cpp-asm-comparison.git
    cd gpgpu-comparison
  2. Open project in Visual Studio

  3. Set x86 and Relase mode.

  4. Compile and run

License

This project is licensed under the MIT License. See the LICENSE file for more details.