detect fma

This commit is contained in:
Zoë Gidiere
2023-10-07 22:44:19 -06:00
parent f384d09376
commit dcddc0504e
4 changed files with 45 additions and 4 deletions

View File

@@ -13,6 +13,7 @@ object Versions {
const val apacheText = "1.9"
const val apacheIO = "2.6"
const val fastutil = "8.5.6"
const val cpuFeaturesJava = "1.0.1"
}
}