Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Opus
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Alexander Traud
Opus
Commits
b816d1da
Verified
Commit
b816d1da
authored
4 years ago
by
Marcus Asteborg
Committed by
Ralph Giles
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Fix trailing whitspace in previous commit
Signed-off-by:
Ralph Giles
<
giles@thaumas.net
>
parent
12c751e0
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
celt/float_cast.h
+3
-3
3 additions, 3 deletions
celt/float_cast.h
with
3 additions
and
3 deletions
celt/float_cast.h
+
3
−
3
View file @
b816d1da
...
...
@@ -72,12 +72,12 @@ static OPUS_INLINE opus_int32 float2int(float x) {return _mm_cvt_ss2si(_mm_set_s
#include
<xmmintrin.h>
static
OPUS_INLINE
opus_int32
float2int
(
float
value
)
{
/* _mm_load_ss will generate same code as _mm_set_ss
** in _MSC_VER >= 1914 /02 so keep __mm_load__ss
/* _mm_load_ss will generate same code as _mm_set_ss
** in _MSC_VER >= 1914 /02 so keep __mm_load__ss
** for backward compatibility.
*/
return
_mm_cvtss_si32
(
_mm_load_ss
(
&
value
));
}
}
#elif (defined(_MSC_VER) && _MSC_VER >= 1400) && defined (_M_IX86)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment