summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorPierre Joye <pierre.php@gmail.com>2021-08-30 04:09:32 +0700
committerPierre Joye <pierre.php@gmail.com>2021-08-30 04:09:32 +0700
commit91ba55ae95a087593a4143706bcc14a03b7d797a (patch)
treee72361037147e4e0d27f13a0ac5fec7a07f95996 /.github
parent4ff557bc31fc12fba0a57554bf5f596e7fb3f15b (diff)
downloadlibgd-91ba55ae95a087593a4143706bcc14a03b7d797a.tar.gz
update flags and naming
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci_ubuntu.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci_ubuntu.yml b/.github/workflows/ci_ubuntu.yml
index 113ddf4..7ce8c02 100644
--- a/.github/workflows/ci_ubuntu.yml
+++ b/.github/workflows/ci_ubuntu.yml
@@ -38,7 +38,7 @@ jobs:
os: [self-hosted, Linux, ARM64, graviton],
cc: "gcc",
cxx: "g++",
- cflags: "-march=armv8.2-a+fp16+rcpc+dotprod+crypto -mtune=neoverse-n1"
+ cflags: "-march=armv8.2-a+fp16+rcpc+dotprod+crypto+sve -mtune=neoverse-n1"
}
# - {
# name: "Ubuntu Graviton Clang",