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
25dc16d0
Commit
25dc16d0
authored
Aug 20, 2019
by
David Reid
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev' of
https://github.com/dr-soft/miniaudio
into dev
parents
3e825396
337838f7
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
miniaudio.h
miniaudio.h
+3
-3
No files found.
miniaudio.h
View file @
25dc16d0
...
@@ -29426,8 +29426,8 @@ static MA_INLINE float32x4_t ma_src_sinc__interpolation_factor__neon(const ma_sr
...
@@ -29426,8 +29426,8 @@ static MA_INLINE float32x4_t ma_src_sinc__interpolation_factor__neon(const ma_sr
{
{
float32x4_t xabs;
float32x4_t xabs;
int32x4_t ixabs;
int32x4_t ixabs;
float32x4_t a
float32x4_t a
;
float32x4_t r
float32x4_t r
;
int* ixabsv;
int* ixabsv;
float lo[4];
float lo[4];
float hi[4];
float hi[4];
...
@@ -33306,7 +33306,7 @@ v0.9.5 - 2019-05-21
...
@@ -33306,7 +33306,7 @@ v0.9.5 - 2019-05-21
v0.9.4 - 2019-05-06
v0.9.4 - 2019-05-06
- Add support for C89. With this change, miniaudio should compile clean with GCC/Clang with "-std=c89 -ansi -pedantic" and
- Add support for C89. With this change, miniaudio should compile clean with GCC/Clang with "-std=c89 -ansi -pedantic" and
Microsoft co
pm
ilers back to VC6. Other compilers should also work, but have not been tested.
Microsoft co
mp
ilers back to VC6. Other compilers should also work, but have not been tested.
v0.9.3 - 2019-04-19
v0.9.3 - 2019-04-19
- Fix compiler errors on GCC when compiling with -std=c99.
- Fix compiler errors on GCC when compiling with -std=c99.
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