Quantcast
Channel: MPLAB XC32
Viewing all articles
Browse latest Browse all 1537

XC32 v3.00: Unable to inline function calls in nomips16 function (khallenbeck)

$
0
0
In XC32 versions prior to v3.00 the following compiled fine:static __inline__ int __attribute__((always_inline)) add_mips16(int a, int b) {
return a + b;
}
int __attribute__((nomips16)) add_nomips16(int a, int b) {
return add_mips16(..

Viewing all articles
Browse latest Browse all 1537

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>