Good thing you figured this out, maybe I should tell all my students at the university I’m teaching in computer science.

Again, it doesn’t make sense to switch to AMD. But while you’re at it, could you explain a little bit in detail how to get AMD CPUs going with the T2 chip? If you need to dive in, I’ve done hardware design and also wrote operating systems,
I was a CS teacher too, I've done HW design too, even from time on time I do ASIC Design, My Degree Thesis originally was about my Own OS, I foresee to write something like CP/M running on a paRisc workstation then some industry offered me to work on some specific simulator (finite element analysis google about what it is, maybe you have an stackoverflow section for this, I never had SO when I was a undergraduate intern, many guys now deserves their degrees to StackOverflow and ^C^V)
Beyond your "elevated" (sarcastic) language, I read few things that deserves a bit of educated illustration:
T2 chip has nothing to do with the ISA architecture it runs, itself just another peripheral controller (one that manages SSD storage, Sec. Enclave, Encryption, transcoding etc), like a complement to the MOBOś main chipset (C232, Z399 etc), the Bios should include some "driver" instructions (x86-emt64 likely) to communicate with it, nothins specially tied to an specific main CPU vendor, unless you have fantasies about super-apple engineering figuring this chip does some strange code-injection/hacking into the Intel cpus bringin it super-powers no other system have...OK
[doublepost=1547174867][/doublepost]
Just tell Apple OSX that it's a CPU from 2007, and ignore twelve years of CPU development.
Performance improvement introduced from Penryn to Skylake related to the instructions set, are all about integer-FP matrix, I dont see a lot of OS-related task being improved thru Matrix FP operations, maybe some crypto gets improved from AVX-512, not big deal for Zen which implements AVX2 (aka AVX256), you cant ignore CPU development when you code cryptographic, Matrix, or transcoding applications, but bare OS management dont account big on neither AVX extension.
About AVX-512, it improves FP/Integer Matrix, really but who cares? this functionality is now taken to the GPUs where makes sense to run such complex high parallelism operations. I don't see many customers taking care of AVX-512 in a current active projects.