2013/7/5 David Anderson <[email protected]>: > The philosophy is that platforms are as broad as possible, > and plan classes are used for advanced features. > I.e. Win/Intelx86 is a platform, and if you have an app > that uses SSE3 you use plan classes. > > So in this case: if there's ANY application that can run > on all ARM/Linux computers (e.g. an integer-only app) > then the platform should be arm-linux-gnu.
Ah, but is there such thing as an "integer-only BOINC app"? Even the way you pass the floating-point argument to boinc_fraction_done() differs between soft float and hard float ABIs. -- Nicolás _______________________________________________ boinc_dev mailing list [email protected] http://lists.ssl.berkeley.edu/mailman/listinfo/boinc_dev To unsubscribe, visit the above URL and (near bottom of page) enter your email address.
