xtb
xtb copied to clipboard
Detect ifx (intel-llvm) when determining compiler settings
- Use
fc_idthroughout meson.build, rather than repeatedly callingfc.get_id(). - Wherever we previously branched for
"intel"(ifort compiler), also branch for"intel-llvm"(ifx compiler).