aboutsummaryrefslogtreecommitdiffstats
path: root/test/regression/builtins-common.c
Commit message (Collapse)AuthorAgeFilesLines
* Fixing test/regression for KVXv3.8_kvxCyril SIX2020-12-071-0/+2
|
* Add test for __builtin_sqrt and __builtin_fabsfXavier Leroy2020-07-271-0/+4
|
* Refactor regression testing of built-in functionsXavier Leroy2020-07-271-0/+52
Share the testing code for built-in functions that are available on all target platforms. Improve testing of __builtin_clz* and __builtin_ctz*