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
5e225b1c
Commit
5e225b1c
authored
Nov 26, 2024
by
yuanhecai
Committed by
Michael R. Crusoe
Nov 26, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
loongarch: add lsx support for sse2.h
parent
665d7f93
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
621 additions
and
48 deletions
+621
-48
simde-f16.h
simde-f16.h
+1
-1
x86/sse2.h
x86/sse2.h
+620
-47
No files found.
simde-f16.h
View file @
5e225b1c
...
...
@@ -90,7 +90,7 @@ SIMDE_BEGIN_DECLS_
#elif defined(__FLT16_MIN__) && \
(defined(__clang__) && \
(!defined(SIMDE_ARCH_AARCH64) || SIMDE_DETECT_CLANG_VERSION_CHECK(7,0,0)) \
&& !defined(SIMDE_ARCH_RISCV64))
&& !defined(SIMDE_ARCH_RISCV64)
&& !defined(SIMDE_ARCH_LOONGARCH)
)
#define SIMDE_FLOAT16_API SIMDE_FLOAT16_API_FP16_NO_ABI
#else
#define SIMDE_FLOAT16_API SIMDE_FLOAT16_API_PORTABLE
...
...
x86/sse2.h
View file @
5e225b1c
This source diff could not be displayed because it is too large. You can
view the blob
instead.
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