A dynamic analysis tool to detect floating-point errors in HPC applications.
-
Updated
Sep 19, 2022 - Python
A dynamic analysis tool to detect floating-point errors in HPC applications.
A small single-header library to detect integer overflow/underflow before it happens.
The C code implements a queue data structure using a singly linked list. It allows users to enqueue elements to the rear of the queue, dequeue elements from the front, and display the queue. Error handling for queue overflow and underflow is included
The C code implements a stack using a linked list. It allows users to push, pop, and display elements in the stack. Error handling for overflow and underflow is included.
Add a description, image, and links to the underflow-detection topic page so that developers can more easily learn about it.
To associate your repository with the underflow-detection topic, visit your repo's landing page and select "manage topics."