forked from OSchip/llvm-project
parent
c8a2adf1ca
commit
bb7060584c
|
@ -505,6 +505,8 @@ ARMTargetLowering::ARMTargetLowering(TargetMachine &TM)
|
|||
setOperationAction(ISD::FNEARBYINT, MVT::v2f64, Expand);
|
||||
setOperationAction(ISD::FFLOOR, MVT::v2f64, Expand);
|
||||
|
||||
setOperationAction(ISD::FNEG, MVT::v4f32, Expand);
|
||||
setOperationAction(ISD::FABS, MVT::v4f32, Expand);
|
||||
setOperationAction(ISD::FSQRT, MVT::v4f32, Expand);
|
||||
setOperationAction(ISD::FSIN, MVT::v4f32, Expand);
|
||||
setOperationAction(ISD::FCOS, MVT::v4f32, Expand);
|
||||
|
|
Loading…
Reference in New Issue