Skip to content

Commit

Permalink
neon/cvz z/Arch: stop using deprecated functions.
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-c committed Sep 13, 2024
1 parent 561556c commit 776d0b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simde/arm/neon/cvt.h
Original file line number Diff line number Diff line change
Expand Up @@ -1369,7 +1369,7 @@ simde_vcvtq_f64_s64(simde_int64x2_t a) {
#if defined(SIMDE_ARM_NEON_A64V8_NATIVE)
return vcvtq_f64_s64(a);
#elif defined(SIMDE_ZARCH_ZVECTOR_13_NATIVE)
return vec_ctd(a, 0);
return vec_double(a);
#else
simde_int64x2_private a_ = simde_int64x2_to_private(a);
simde_float64x2_private r_;
Expand Down

0 comments on commit 776d0b6

Please sign in to comment.