TensorFlow SSE 4.1 and other CPU flags: recompiling is easier than it seems
When running TensorFlow using the official binaries, something that will happen more often now that macOS builds no longer support GPU off the bat, is the recurring and annoying warning that it could be running faster if it were only compiled with some more CPU flags. This seems ominous — keeping track of all the…