Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
simde
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Libraries
simde
Commits
8b0937a3
Commit
8b0937a3
authored
Sep 12, 2024
by
Michael R. Crusoe
Committed by
Michael R. Crusoe
Sep 13, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
neon/cvz z/Arch: stop using deprecated functions.
parent
e18dcd7d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
arm/neon/cvt.h
arm/neon/cvt.h
+1
-1
No files found.
arm/neon/cvt.h
View file @
8b0937a3
...
@@ -1369,7 +1369,7 @@ simde_vcvtq_f64_s64(simde_int64x2_t a) {
...
@@ -1369,7 +1369,7 @@ simde_vcvtq_f64_s64(simde_int64x2_t a) {
#if defined(SIMDE_ARM_NEON_A64V8_NATIVE)
#if defined(SIMDE_ARM_NEON_A64V8_NATIVE)
return
vcvtq_f64_s64
(
a
);
return
vcvtq_f64_s64
(
a
);
#elif defined(SIMDE_ZARCH_ZVECTOR_13_NATIVE)
#elif defined(SIMDE_ZARCH_ZVECTOR_13_NATIVE)
return
vec_
ctd
(
a
,
0
);
return
vec_
double
(
a
);
#else
#else
simde_int64x2_private
a_
=
simde_int64x2_to_private
(
a
);
simde_int64x2_private
a_
=
simde_int64x2_to_private
(
a
);
simde_float64x2_private
r_
;
simde_float64x2_private
r_
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment