platform_bionic/libm/arm64
Christopher Ferris fa7752986d Fix arm64 fenv warnings, and make warnings errors.
Even though the control registers being read/written in fenv.c only
have 32 bits that are used, the instructions take a 64 bit register.
Make sure the inline assembler in the macros use 64 bit values.

Verified that before the change and after the change, the disassembly
is exactly the same.

In addition, add -Werror to the cflags.

Change-Id: I6603779327488c23e3aab13300edf2e02b101916
2015-10-23 16:41:17 -07:00
..
ceil.S Add aarch64 instructions wherever possible 2015-03-04 12:18:52 -08:00
fenv.c Fix arm64 fenv warnings, and make warnings errors. 2015-10-23 16:41:17 -07:00
floor.S Add aarch64 instructions wherever possible 2015-03-04 12:18:52 -08:00
fma.S Add aarch64 instructions wherever possible 2015-03-04 12:18:52 -08:00
lrint.S For libm, use a macro for aliasing symbols. 2015-03-13 23:57:15 -07:00
rint.S Add aarch64 instructions wherever possible 2015-03-04 12:18:52 -08:00
sqrt.S Add aarch64 instructions wherever possible 2015-03-04 12:18:52 -08:00
trunc.S Add aarch64 instructions wherever possible 2015-03-04 12:18:52 -08:00