This website works better with JavaScript.
Home
Explore
Help
Sign In
RuhNetConsulting
/
rtpengine
mirror of
https://github.com/sipwise/rtpengine
Watch
1
Star
1
Fork
0
Code
Issues
0
Projects
0
Releases
822
Wiki
Activity
Browse Source
MT#55447 fix ARM compile error
ref:
https://github.com/nodejs/node/pull/38312
Change-Id: Ib231e6d1499432701ca6d08ecc5efa5d765ce5ac
pull/1640/head
Richard Fuchs
3 years ago
parent
884a2bcb81
commit
e80d380b33
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
lib/mvr2s_x64_avx2.S
+1
-1
lib/mvr2s_x64_avx512.S
+ 1
- 1
lib/mvr2s_x64_avx2.S
View File
@ -1,5 +1,5 @@
#
if
defined
(
__linux__
)
&
&
defined
(
__ELF__
)
.section
.note.GNU-stack
,
""
,
@
progbits
.section
.note.GNU-stack
,
""
,
%
progbits
#
endif
#
if
defined
(
__x86_64__
)
+ 1
- 1
lib/mvr2s_x64_avx512.S
View File
@ -1,5 +1,5 @@
#
if
defined
(
__linux__
)
&
&
defined
(
__ELF__
)
.section
.note.GNU-stack
,
""
,
@
progbits
.section
.note.GNU-stack
,
""
,
%
progbits
#
endif
#
if
defined
(
__x86_64__
)
Write
Preview
Loading…
Cancel
Save