This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
DPF
mirror of
https://github.com/DISTRHO/DPF
Watch
1
Star
0
Fork
0
Code
Releases
0
Activity
Browse Source
Fix building jack standalones on ARM soft-fp
Signed-off-by: falkTX <falktx@falktx.com>
pull/397/head
falkTX
3 years ago
parent
88180608a2
commit
4786a13f61
Signed by:
falkTX
<falktx@falktx.com>
GPG Key ID:
CDBAA37ABC74FBA0
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
distrho/src/DistrhoPluginJACK.cpp
+ 1
- 1
distrho/src/DistrhoPluginJACK.cpp
View File
@@ -703,7 +703,7 @@ private:
"msr fpcr, %0 \n"
"isb \n"
: "=r"(c) :: "memory");
#elif defined(__arm__)
#elif defined(__arm__)
&& !defined(__SOFTFP__)
uint32_t c;
__asm__ __volatile__("vmrs %0, fpscr \n"
"orr %0, %0, #0x1000000\n"
Write
Preview
Loading…
Cancel
Save