Lines Matching full:logic
219 // GCC's logic around choosing a default `-mabi=` is complex. If GCC is not
220 // configured using `--with-abi=`, then the logic for the default choice is
221 // defined in config.gcc. This function is based on the logic in GCC 9.2.0.
223 // The logic used in GCC 9.2.0 is the following, in order:
228 // The logic in config.gcc is a little circular but it is not inconsistent.
233 // In order to make chosing logic more clear, Clang uses the following logic,
281 // GCC's logic around choosing a default `-march=` is complex. If GCC is not
282 // configured using `--with-arch=`, then the logic for the default choice is
283 // defined in config.gcc. This function is based on the logic in GCC 9.2.0. We
288 // The logic used in GCC 9.2.0 is the following, in order:
293 // The logic in config.gcc is a little circular but it is not inconsistent.
298 // Clang uses the following logic, in order: