aboutsummaryrefslogtreecommitdiff
path: root/build_and_test_features.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build_and_test_features.sh')
-rwxr-xr-xbuild_and_test_features.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/build_and_test_features.sh b/build_and_test_features.sh
index 47d82a5..98c39a6 100755
--- a/build_and_test_features.sh
+++ b/build_and_test_features.sh
@@ -10,6 +10,8 @@ FEATURE_SETS=(
"std scalar-math approx bytemuck mint rand serde debug-glam-assert"
"std cuda"
"std scalar-math cuda"
+ "std libm"
+ "std scalar-math libm"
# no_std
"libm"
"libm scalar-math approx bytemuck mint rand serde debug-glam-assert"
@@ -26,4 +28,4 @@ done
RUSTFLAGS='-C target-feature=+fma' cargo check
-cargo check -p glam-no_std \ No newline at end of file
+cargo check -p glam-no_std