I have tried running it like this to no avail.
clang++ -std=c++11 -O3 -ffast-math -mllvm -enable-constraint-elimination=0 \
main.cpp -o out/main
Note, I had to chang @Signalsmith 's original makefile from g++ to clang++ to allow me to also test clang 19 as installed by brew.
This image should show the difference(s) between Apple Clang 15, 16 and a baseline Clang.
Topic:
Developer Tools & Services
SubTopic:
Xcode
Tags: