Implementacja procedur obliczeń na liczbach zmiennoprzecinkowych za pomocą instrukcji stałoprzecinkowych.
Format single
i half
ze słowem 8 bitowym.
For the sake of simplicity this project is compiled using 32bit architecture.
To compile it using g++ on 64bit install sudo apt-get install g++-multilib
BDD style is appreciated.
- Install this VsCode extension
- Create tests according to Catch2 specification
To watch file changes and recompile tests after change:
- Install
sudo apt-get install inotify-tools
- Run
./watch.sh [target "watched files"]
- You can specify make target alongside with files to be watched enclosed with commas