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
72f6d30f
Commit
72f6d30f
authored
Nov 17, 2023
by
Yi-Yen Chung
Committed by
GitHub
Nov 17, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
neon: add enable vmlaq_laneq_f32 and vcvtq_n_f64_u64
* [NEON] Add -ffloat-store to test/arm/neon/meson.build
parent
d6271b3f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
4 deletions
+0
-4
arm/neon/cvt_n.h
arm/neon/cvt_n.h
+0
-2
arm/neon/mla_lane.h
arm/neon/mla_lane.h
+0
-2
No files found.
arm/neon/cvt_n.h
View file @
72f6d30f
...
...
@@ -766,7 +766,6 @@ simde_vcvt_n_f64_u64(simde_uint64x1_t a, const int n)
#define vcvt_n_f64_u64(a, n) simde_vcvt_n_f64_u64((a), (n))
#endif
/* Eric: Skip this function since it will trigger a compiler error when using i686-linux-gnu-g++-11.
SIMDE_FUNCTION_ATTRIBUTES
simde_float64x2_t
simde_vcvtq_n_f64_u64
(
simde_uint64x2_t
a
,
const
int
n
)
...
...
@@ -788,7 +787,6 @@ simde_vcvtq_n_f64_u64(simde_uint64x2_t a, const int n)
#undef vcvtq_n_f64_u64
#define vcvtq_n_f64_u64(a, n) simde_vcvtq_n_f64_u64((a), (n))
#endif
*/
SIMDE_FUNCTION_ATTRIBUTES
simde_float64x1_t
...
...
arm/neon/mla_lane.h
View file @
72f6d30f
...
...
@@ -55,7 +55,6 @@ SIMDE_BEGIN_DECLS_
#define vmla_laneq_f32(a, b, v, lane) simde_vmla_laneq_f32((a), (b), (v), (lane))
#endif
/* Eric: Skip this function since it will trigger a compiler error when using i686-linux-gnu-g++-11.
#if defined(SIMDE_ARM_NEON_A64V8_NATIVE)
#define simde_vmlaq_laneq_f32(a, b, v, lane) vmlaq_laneq_f32((a), (b), (v), (lane))
#else
...
...
@@ -65,7 +64,6 @@ SIMDE_BEGIN_DECLS_
#undef vmlaq_laneq_f32
#define vmlaq_laneq_f32(a, b, v, lane) simde_vmlaq_laneq_f32((a), (b), (v), (lane))
#endif
*/
#if defined(SIMDE_ARM_NEON_A32V7_NATIVE)
#define simde_vmla_lane_s16(a, b, v, lane) vmla_lane_s16((a), (b), (v), (lane))
...
...
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