aboutsummaryrefslogtreecommitdiffstats
path: root/test/regression/Results/builtins-common
Commit message (Collapse)AuthorAgeFilesLines
* Add test for __builtin_sqrt and __builtin_fabsfXavier Leroy2020-07-271-0/+3
|
* Refactor regression testing of built-in functionsXavier Leroy2020-07-271-0/+390
Share the testing code for built-in functions that are available on all target platforms. Improve testing of __builtin_clz* and __builtin_ctz*