I installed Ubuntu Server 19.10.1, which is 64bit, on my other RasPi 4b (4GB).
Interestingly, the arch is "aarch64".
None of the 32bit RasPi submissions run on it though.
One of the things I wanted to see is how the Swift submission would run on it.
Here's what I got:
riveraa@dpi:~/Projects/Swift/1mil3$ file ./mil
./mil: ELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, for GNU/Linux 3.7.0, not stripped
riveraa@dpi:~/Projects/Swift/1mil3$ timex ./mil
r LEN: 999986
Front: ZYXWVUTSRQPONMLKJIHGFEDCBA
Back: ZYXWVUTSRQPONMLKJIHGFEDCBA
UBVal: 100000
0.66user 0.02system 0:00.68elapsed 99%CPU (0avgtext+0avgdata 16292maxresident)k
0inputs+0outputs (0major+2795minor)pagefaults 0swaps
riveraa@dpi:~/Projects/Swift/1mil3$ uname -a
Linux dpi 5.3.0-1014-raspi2 #16-Ubuntu SMP Tue Nov 26 11:18:23 UTC 2019 aarch64 aarch64 aarch64 GNU/Linux
riveraa@dpi:~/Projects/Swift/1mil3$
Food for thought...
AIR.