[ACTIVITY] Week 12

2014-03-21 Thread Renato Golin
== Progress == * AArch64 (TCWG-387) - Implemented simple C sin/cos functions for sphereflake - AArch64 builds, passes check-all and test-suite - Closed Jira task * IAS (TCWG-377) - Updated release notes - IAS build, passes check-all, test-suite and compiles other large codebases - Closed Ji

Compatiblity of armv7 GCC produced binary on AArch32 on armv8

2014-03-21 Thread Karlsson, Magnus
Hi, I read in the armv8 architecture reference manual that a number of AArch32 instructions have been obsoleted. Do the current armv7 version of GCC ever generate code containing any of these, without me explicitly writing inline assembly? If it can, how can this be turned off? Just would like