Add Valgrind checks to Libgcrypta project by pmonrealgonzalez Project DescriptionThe regression tests in Libgcrypt could benefit from having memory leak detection checks. These checks could be run optionally during build time. One well suited tool for this purpose is Valgrind. |
80-bit floats support on x86_64 for Valgrinda project by mfranc Project DescriptionValgrind currently lacks support for 80-bit extended precision floating point arithmetic on x86_64 (long double). The current implementation uses 64-bit arithmetic instead, which means that programs running on x86_64 with "long double" give different results when running under Valgrind and natively. People were asking for support for this since like forever, but to date nobody went on implementing it. It's a project for a year, unless somebody has time to work on it full time, but one has to start somewhere. :-) |