search for: 65b43f60

Displaying 1 result from an estimated 1 matches for "65b43f60".

Did you mean: 65343260
2014 Jan 07
2
[LLVMdev] AArch64 Clang CLI interface proposal
Hi, Clang for AArch64 currently accepts an -mfpu option to specify the FPU/NEON unit. This behaviour, while consistent with the ARM target and ARM gcc, will no longer be supported in AArch64 gcc. The preferred CLI for specifying FPU/NEON units will be the use of the -march option with feature modifiers (+[no]feature). The feature modifiers according to the GCC manual are: * crypto * fp * simd