It isn’t known to me. Did you report it to the blake3 folks?
https://github.com/BLAKE3-team/BLAKE3
So, the xmm… registers are part of the AVX512 instruction set, which not all CPUs and compilers support. After digging into the closed BLAKE3 issues, I found https://github.com/BLAKE3-team/BLAKE3/issues/79#issuecomment-612591045, indicating that your version of Clang seems to be a bit old.
I found that one way to solve all these version issues on OSX is to use the Nix package manager, which has been reported to compile Pijul just fine, see https://nixos.org/download.html if you want to learn more about this.
Apologies as this may be due to my local rust configuration, but it looks like blake3 fails to build on Mojave. Is the below known to anyone in the rust community?