You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It has been suggested that we could have a tool that would take an -march= option and output the corresponding CPU_FLAGS_*. I'm thinking the cleanest approach would be to actually to defer to GCC to expand CFLAGS into a set of -m options, and map them onto CPU_FLAGS_*. However, we first need to check if all of the flags have corresponding -m options.
The text was updated successfully, but these errors were encountered:
It has been suggested that we could have a tool that would take an
-march=
option and output the correspondingCPU_FLAGS_*
. I'm thinking the cleanest approach would be to actually to defer to GCC to expandCFLAGS
into a set of-m
options, and map them ontoCPU_FLAGS_*
. However, we first need to check if all of the flags have corresponding-m
options.The text was updated successfully, but these errors were encountered: