I’m getting an “illegal instruction” crash/exception at
const float float_pi = (float) double_pi;
(excuse typos: writing from memory here - on lunch)
on an older AMD machine. it’s wierd because we have three apps, only one of which does not crash as above.
it’s not a big deal as I’ll probably get told not to waste time getting it working! but I’m curious.
am I barking up the right tree blaming the processor?
what would cause a JUCEApplication to NOT load the maths functions? that might explain our one working app.
any knowledge on this much appreciated!