This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
DPF-Plugins
mirror of
https://github.com/DISTRHO/DPF-Plugins
Watch
1
Star
0
Fork
0
Code
Releases
8
Activity
Browse Source
Fix armel build
pull/24/head
Dennis Braun
2 years ago
parent
0e92714525
commit
e657315fd0
No known key found for this signature in database
GPG Key ID:
634EA55D902B9836
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
dpf/distrho/src/DistrhoPluginJACK.cpp
+ 1
- 1
dpf/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