Magic Sam
Forever Homebrew
Hi all
@ptitSeb : I have a little question regarding floating point operations and default CFLAGS in Code::Blocks.
I compiled an application (some web browser) on the Pandora with your beta Code::Blocks package.
That application uses floating point operations at some point (I didn't know that when I first tried to compile it, but the author later told me...).
For some reasons, I didn't use any of the CFLAGS you set by default in Code::Blocks:
Now, that application refuses to start.
Was it to be expected ? I.e, what's GCC default behaviour on ARM when dealing with floating point operations ?
Cheers, Magic Sam
@ptitSeb : I have a little question regarding floating point operations and default CFLAGS in Code::Blocks.
I compiled an application (some web browser) on the Pandora with your beta Code::Blocks package.
That application uses floating point operations at some point (I didn't know that when I first tried to compile it, but the author later told me...).
For some reasons, I didn't use any of the CFLAGS you set by default in Code::Blocks:
export CFLAGS="-Ofast -pipe -mcpu=cortex-a8 -mfpu=neon -ftree-vectorize -mfloat-abi=softfp -fsingle-precision-constant -fdiagnostics-color=auto -fuse-ld=gold -fuse-linker-plugin -fsigned-char -mneon-for-64bits -mvectorize-with-neon-double"
Now, that application refuses to start.
Was it to be expected ? I.e, what's GCC default behaviour on ARM when dealing with floating point operations ?
Cheers, Magic Sam