I have some code which is intended to run on multiple platforms (for argument's sake, let's say OSX, Windows and two other ARM platforms). Certain features (let's say sizeof(sample_type)) might be switched on or off depending on the actual hardware. So how do I disambiguate between Bela (arm) and RasPi (arm) in the preprocessor? Thanks!