https://github.com/lighterowl/saturated-x86
Saturated integer arithmetic for the x86
https://github.com/lighterowl/saturated-x86
Last synced: about 2 months ago
JSON representation
Saturated integer arithmetic for the x86
- Host: GitHub
- URL: https://github.com/lighterowl/saturated-x86
- Owner: lighterowl
- License: unlicense
- Created: 2014-12-30T01:00:26.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-30T20:52:13.000Z (over 10 years ago)
- Last Synced: 2025-02-08T10:17:48.632Z (3 months ago)
- Language: C
- Size: 117 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Saturated integer arithmetic on the Intel x86
This is a purely for-fun project, conceived during one of my sleepless nights in order to actually do something relevant instead of just staring into the screen.
None of these implementations have been subjected to any kind of benchmarking, so I'm not making any guarantees regarding their performance on particular CPUs.
The code is provided for your enjoyment as public domain. I hope it can also make as a useful tool while learning assembly language.