Even more subnormal detection in flt32fromflt64.
Drop "fpmath-" prefix, it's redundant
Implement assembly version of fused multiply-add
Do not use packed SIMD instructions for only one argument
Correct off-by-one for subnormals when converting flt64 to flt32
Merge branch 'libmath-asm' into libmath
Merge remote-tracking branch 'ori/master' into libmath
Replace fma32 with simpler, cleaner algorithm from musl
Correct sign handling in fma32 when one of x, y is NaN
Fix fma64 for subnormal results arising from normal inputs, start fma32
Allow CPU feature detection by mbld, and add "sse4" tag
Add -T to use *only* the passed sytem tags.
Allow intfmt to handle uint64s with {p=0,w=64,b=2}
Fix corrupted merge of 'autoexpr'
Check both digits for < Kmin
Add benchmark for bigint multiplication.
Implement karatsuba multiplication.
Add incomplete constant time bigint code.
Implement Kahan and Priest summation
Merge branch 'autoexpr' into libmath
Allow CPU feature detection by mbld, and add "sse4" tag
Add asm implementations for trunc & co.
Make floor & friends slower, but more readable
Reorder arguments/results of fltXY{explode/assem}
Make fltXYexplode and fltXYassem inverses of each other
Implement a few simple floating-point functions
Reinit nexttid on every run.
Add constant time 'min()' and 'max()'
Be a bit more paranoid about memory corruption.
Remove accidentally committed cruft.
Add ternary operator.
Test some fltbits functions
Adjust signs of fltbits functions
Add secure clearing util functions.
Regenerate FreeBSD bootstrap.
Regenerate OpenBSD bootstrap.
Add some constant time math helpers.
sjlj types are arch-specific.
Add utility functions for testing.
Be a bit better about cleaning up fds on error.
Fix confusingness with byte sizes/element counts.
Free up regexes/strings after benchmark.
Merge branch 'skiptoit' of https://github.com/moreais/mc
Check that if we default to int, all necessary traits are there.
Free obsolete htabs
Teach libtestr to listen MTEST_SUBSET.
Teach mbld how to parse skipped tests.
Fix missing condition in runtest.sh
Support running single test
Allow generating function vars.
Improve error message for mismatched formats.
Optimize int formatting a bit.
Put data into sections too.
Put data into sections too.
New auto operator.
Improve our env code, add tests.
Contbuild wants strreplace.
Ensure null termination of environment list.
Don't print when exec fails.
Bring back old addresses, with a better explanation.
Remove spare -Is on FreeBSD
Allow using the '==' operator on enum-style union.
Cheap enums.
Fix some leaks when freeing json
Clean up OpenBSD bootstrap.
We removed some -I. spew from libstd, let's get rid of it in bootstrap.
Add 'loaduses()' to muse.
Only set the base type on iter traits.
Infer after generating init functions.
Fix init funcion symtab linking
Merge branch 'clink-obsd' of https://github.com/moreais/mc
Make mbld use dynamic linker flags from configure
Add dynamic linker flags for OpenBSD to configure