Here are some examples that we've run into in the past: Some of our code used GCC nested functions, which Clang did not support. We were using __sync_val_compare_and_swap with __int128 values, which wasn't supported by…
Here are some examples that we've run into in the past: Some of our code used GCC nested functions, which Clang did not support. We were using __sync_val_compare_and_swap with __int128 values, which wasn't supported by…