aboutsummaryrefslogtreecommitdiffstats
path: root/test/regression/builtins-aarch64.c
Commit message (Collapse)AuthorAgeFilesLines
* Refactor regression testing of built-in functionsXavier Leroy2020-07-271-19/+1
| | | | | | Share the testing code for built-in functions that are available on all target platforms. Improve testing of __builtin_clz* and __builtin_ctz*
* AArch64 portXavier Leroy2019-08-081-0/+47
This commit adds a back-end for the AArch64 architecture, namely ARMv8 in 64-bit mode.