Skip to content
Snippets Groups Projects

UCYF - IEEE754-2019 Partial FPU implementation

This repository contains source code and other parts of my IEEE754-2019-compliant partial FPU implementation project. All files here are licensed under MIT License, unless explicitly specified otherwise.

Requirements

In order to use the files contained herein, you will need the following software:

C++ Programs

In order to compile the C++ source code, you need a C++14-compliant compiler. This code was written for and tested with Clang version 3.9, and Microsoft Visual C++ 2019 (albeit 2017 should work to my knowledge).

A CMake project has been provided for your convenience.