Files
Failed to load latest commit information.
test
Folders and files
Name | Name | Last commit date | ||
---|---|---|---|---|
parent directory.. | ||||
Updated: 2024/09/15 Build Instructions for Windows 10 MSYS2 MinGW64: From this directory, run `mkdir build`, `cd build`, `cmake -G Ninja ..`. Then, run `ninja` to compile, and `bin/quadmath-cpp-test` to run the program. Build Instructions for Linux: From this directory, run `mkdir build`, `cd build`, `cmake -G Ninja ..`. Then, run `ninja` to compile, and `bin/quadmath-cpp-test` to run the program.