[AArch64] Add fpext and fpround costs (#119292)
[llvm-project.git] / libcxx / test / std / experimental / lit.local.cfg
blobebfaa02f552187276ffc3564d496b72fad26a801
1 # Disable all of the experimental tests if the correct feature is not available.
2 if "c++experimental" not in config.available_features:
3     config.unsupported = True