Changes between Version 7 and Version 8 of AndroidBuildApp


Ignore:
Timestamp:
Aug 28, 2013, 10:59:05 AM (11 years ago)
Author:
carlgt1
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AndroidBuildApp

    v7 v8  
    6262-O3 -mhard-float -mfpu=neon -mfloat-abi=softfp -fomit-frame-pointer
    6363}}}
     64
     65It's often useful to build an executable that can support specific instructions for the vfp or neon instructions.  You can do this by selectively compiling using the above options, into separate libraries, and use C++ namespaces to separate similar function calls.  Refer to the boinc/client/Makefile.am and client/whetstone.cpp, and client/cs_benchmark.h files for an example of how to do this.
     66
    6467== Example ==
    6568