Commit ca1e942d authored by Ruhung's avatar Ruhung Committed by GitHub

neon riscv64: Enable RVV segment load/store only when we have `__riscv_zvlsseg` flag. (#1285)

Co-authored-by: default avatarJuhung Li <jhlee755@andestech.com>
Co-authored-by: default avatarMichael R. Crusoe <1330696+mr-c@users.noreply.github.com>
parent cf8e6a73
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
...@@ -550,6 +550,9 @@ ...@@ -550,6 +550,9 @@
#if defined(__riscv_zvfhmin) #if defined(__riscv_zvfhmin)
# define SIMDE_ARCH_RISCV_ZVFHMIN 1 # define SIMDE_ARCH_RISCV_ZVFHMIN 1
#endif #endif
#if defined(__riscv_zvlsseg) || defined(__riscv_v)
# define SIMDE_ARCH_RISCV_ZVLSSEG 1
#endif
/* SPARC /* SPARC
<https://en.wikipedia.org/wiki/SPARC> */ <https://en.wikipedia.org/wiki/SPARC> */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment