Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
ffmpeg
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
ffmpeg
Commits
6f62b0bd
Commit
6f62b0bd
authored
Jan 18, 2018
by
Henrik Gramner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
x86inc: Drop cpuflags_slowctz
parent
eb5f063e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
x86inc.asm
libavutil/x86/x86inc.asm
+2
-3
No files found.
libavutil/x86/x86inc.asm
View file @
6f62b0bd
...
...
@@ -827,9 +827,8 @@ BRANCH_INSTR jz, je, jnz, jne, jl, jle, jnl, jnle, jg, jge, jng, jnge, ja, jae,
%assign
cpuflags_cache32
(
1
<<
21
)
%assign
cpuflags_cache64
(
1
<<
22
)
%assign
cpuflags_slowctz
(
1
<<
23
)
%assign
cpuflags_aligned
(
1
<<
24
)
; not a cpu feature, but a function variant
%assign
cpuflags_atom
(
1
<<
25
)
%assign
cpuflags_aligned
(
1
<<
23
)
; not a cpu feature, but a function variant
%assign
cpuflags_atom
(
1
<<
24
)
; Returns a boolean value expressing whether or not the specified cpuflag is enabled.
%define
cpuflag
(
x
)
(((((
cpuflags
&
(
cpuflags_
%
+
x
))
^
(
cpuflags_
%
+
x
))
-
1
)
>>
31
)
&
1
)
...
...
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