Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
aom-rav1e
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
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
Xiph.Org
aom-rav1e
Commits
c4aeff94
Commit
c4aeff94
authored
Dec 13, 2011
by
John Koleszar
Committed by
Gerrit Code Review
Dec 13, 2011
Browse files
Options
Browse Files
Download
Plain Diff
Merge "vpx_integer.h: fix incorrect type emulation"
parents
20573f06
a4e410a3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
9 deletions
+1
-9
vpx/vpx_integer.h
vpx/vpx_integer.h
+1
-9
No files found.
vpx/vpx_integer.h
View file @
c4aeff94
...
...
@@ -29,16 +29,8 @@ typedef signed __int64 int64_t;
typedef
unsigned
__int64
uint64_t
;
#endif
#ifdef HAVE_ARMV6
typedef
unsigned
int
int_fast16_t
;
#else
typedef
signed
short
int_fast16_t
;
#endif
typedef
signed
char
int_fast8_t
;
typedef
unsigned
char
uint_fast8_t
;
#ifndef _UINTPTR_T_DEFINED
typedef
unsigned
int
uintptr_t
;
typedef
size_t
uintptr_t
;
#endif
#else
...
...
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