Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
evpobr
Vorbis
Commits
46e70fa6
Commit
46e70fa6
authored
Jul 04, 2018
by
Minmin Gong
Committed by
Thomas Daede
Jul 05, 2018
Browse files
Fix the compiling errors on msvc ARM64 configuration.
parent
ea8b03fc
Changes
1
Show whitespace changes
Inline
Side-by-side
lib/os.h
View file @
46e70fa6
...
@@ -120,7 +120,7 @@ static inline int vorbis_ftoi(double f){ /* yes, double! Otherwise,
...
@@ -120,7 +120,7 @@ static inline int vorbis_ftoi(double f){ /* yes, double! Otherwise,
/* MSVC inline assembly. 32 bit only; inline ASM isn't implemented in the
/* MSVC inline assembly. 32 bit only; inline ASM isn't implemented in the
* 64 bit compiler and doesn't work on arm. */
* 64 bit compiler and doesn't work on arm. */
#if defined(_MSC_VER) && !defined(_WIN64) && \
#if defined(_MSC_VER) && !defined(_WIN64) && \
!defined(_WIN32_WCE) && !defined(_M_ARM)
!defined(_WIN32_WCE) && !defined(_M_ARM)
&& !defined(_M_ARM64)
# define VORBIS_FPU_CONTROL
# define VORBIS_FPU_CONTROL
typedef
ogg_int16_t
vorbis_fpu_control
;
typedef
ogg_int16_t
vorbis_fpu_control
;
...
...
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