Currently, building code with lround for windows with -fno-math-errno yields this error:
fatal error: error in backend: Cannot select: t2: i32 = lround ConstantFP:f32<1.000000e+02>
t1: f32 = ConstantFP<1.000000e+02>
Differential D62108
[AArch64] Handle lowering lround on windows, where long is 32 bit mstorsjo on May 19 2019, 12:22 PM. Authored by
Details
Currently, building code with lround for windows with -fno-math-errno yields this error: fatal error: error in backend: Cannot select: t2: i32 = lround ConstantFP:f32<1.000000e+02> t1: f32 = ConstantFP<1.000000e+02>
Diff Detail |