-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2150 from daschuer/qm-dsp-update
Update qm-dsp from upstream
- Loading branch information
Showing
87 changed files
with
3,999 additions
and
54,643 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,18 @@ | ||
|
||
#ifndef QM_DSP_RESTRICT_H | ||
#define QM_DSP_RESTRICT_H | ||
|
||
#ifdef _MSC_VER | ||
#define QM_R__ __restrict | ||
#endif | ||
|
||
#ifdef __GNUC__ | ||
#define QM_R__ __restrict__ | ||
#endif | ||
|
||
#ifndef QM_R__ | ||
#define QM_R__ | ||
#endif | ||
|
||
#endif | ||
/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */ | ||
|
||
#ifndef QM_DSP_RESTRICT_H | ||
#define QM_DSP_RESTRICT_H | ||
|
||
#ifdef _MSC_VER | ||
#define QM_R__ __restrict | ||
#endif | ||
|
||
#ifdef __GNUC__ | ||
#define QM_R__ __restrict__ | ||
#endif | ||
|
||
#ifndef QM_R__ | ||
#define QM_R__ | ||
#endif | ||
|
||
#endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.