Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
M
miniaudio
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
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
MyCard
miniaudio
Commits
8459892b
Commit
8459892b
authored
Aug 26, 2018
by
David Reid
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix some minor typos.
parent
810de161
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
mini_al.h
mini_al.h
+2
-2
No files found.
mini_al.h
View file @
8459892b
...
@@ -2937,7 +2937,7 @@ static MAL_INLINE mal_bool32 mal_has_avx2()
...
@@ -2937,7 +2937,7 @@ static MAL_INLINE mal_bool32 mal_has_avx2()
#if defined(_AVX2_) || defined(__AVX2__)
#if defined(_AVX2_) || defined(__AVX2__)
return MAL_TRUE; // If the compiler is allowed to freely generate AVX2 code we can assume support.
return MAL_TRUE; // If the compiler is allowed to freely generate AVX2 code we can assume support.
#else
#else
// AVX requires both CPU and OS support.
// AVX
2
requires both CPU and OS support.
#if defined(MAL_NO_CPUID) || defined(MAL_NO_XGETBV)
#if defined(MAL_NO_CPUID) || defined(MAL_NO_XGETBV)
return MAL_FALSE;
return MAL_FALSE;
#else
#else
...
@@ -2958,7 +2958,7 @@ static MAL_INLINE mal_bool32 mal_has_avx2()
...
@@ -2958,7 +2958,7 @@ static MAL_INLINE mal_bool32 mal_has_avx2()
#endif
#endif
#endif
#endif
#else
#else
return MAL_FALSE; // AVX is only supported on x86 and x64 architectures.
return MAL_FALSE; // AVX
2
is only supported on x86 and x64 architectures.
#endif
#endif
#else
#else
return MAL_FALSE; // No compiler support.
return MAL_FALSE; // No compiler support.
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