Default to AVX on x64.

This commit is contained in:
Christoffer Lerno
2024-04-26 19:29:32 +02:00
parent 237f142a87
commit 89ecd4b33d
6 changed files with 10 additions and 13 deletions

View File

@@ -1,3 +1,4 @@
// #target: macos-x64
fn int* elvis(int *x, int *y)
{
return x ?: y;