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
9cbc3b01
Commit
9cbc3b01
authored
Feb 09, 2021
by
aqrit
Committed by
Evan Nemerson
Feb 09, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sse4.2: re-enable native _mm_cmpgt_epi64
Fixes #701
parent
391b06b1
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
x86/sse4.2.h
x86/sse4.2.h
+1
-1
No files found.
x86/sse4.2.h
View file @
9cbc3b01
...
...
@@ -136,7 +136,7 @@ int simde_mm_cmpestrz (simde__m128i a, int la, simde__m128i b, int lb, const int
SIMDE_FUNCTION_ATTRIBUTES
simde__m128i
simde_mm_cmpgt_epi64
(
simde__m128i
a
,
simde__m128i
b
)
{
#if defined(SIMDE_X86_SSE4_2_NATIVE)
&& 0
#if defined(SIMDE_X86_SSE4_2_NATIVE)
return
_mm_cmpgt_epi64
(
a
,
b
);
#elif defined(SIMDE_X86_SSE2_NATIVE)
/* https://stackoverflow.com/a/65175746/501126 */
...
...
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