> Would someone familiar with Android and building with NEON extensions > enabled please provide the CPPFLAGS/CXXFLAGS used by Android's build system? > > I fear the flags in my notes may be wrong ( > http://www.cryptopp.com/wiki/Android_%28Command_Line%29#NDK_CXXFLAGS), > which means setenv-android.sh could be wrong ( > http://github.com/weidai11/cryptopp/blob/master/setenv-android.sh). > > The question relates to detecting ARM NEON in the preprocessor ( > http://stackoverflow.com/q/37050532). The concern over my notes is > because I can't seem to detect NEON. >
The best I can tell at the moment NEON should have -mfpu=neon in setenv-android.sh. I'm going to check it in. We will deal with problem areas if they arise. Jeff -- -- You received this message because you are subscribed to the "Crypto++ Users" Google Group. To unsubscribe, send an email to [email protected]. More information about Crypto++ and this group is available at http://www.cryptopp.com. --- You received this message because you are subscribed to the Google Groups "Crypto++ Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
