START sys/altivec_ast 2024-06-26T03:00:44Z ==== run-regress-vecast ==== cc -O2 -pipe -maltivec -MD -MP -c /usr/src/regress/sys/altivec_ast/vecast.c /usr/src/regress/sys/altivec_ast/vecast.c:81:10: warning: Implicit conversion between vector types (''__vector unsigned int' (vector of 4 'unsigned int' values)' and ''__vector int' (vector of 4 'int' values)') is deprecated. In the future, the behavior implied by '-fno-lax-vector-conversions' will be the default. [-Wdeprecate-lax-vec-conv-all] a.vi = out; ^ /usr/src/regress/sys/altivec_ast/vecast.c:82:10: warning: Implicit conversion between vector types (''__vector unsigned int' (vector of 4 'unsigned int' values)' and ''__vector int' (vector of 4 'int' values)') is deprecated. In the future, the behavior implied by '-fno-lax-vector-conversions' will be the default. [-Wdeprecate-lax-vec-conv-all] b.vi = answer; ^ 2 warnings generated. cc -o vecast vecast.o -lm ./vecast vecast: vec_re: {0x1.54p-2, 0x1.54p-128, 0x1.54p+124, 0x1.fep-128} should be near {0x1.5555555555555p-2, 0x1.5555555555555p-128, 0x1.5555555555555p+124, 0x1p-127} (1/4096) vecast: 0x1.54p-2 is off 0x1.5555555555555p-2 by 1/256 vecast: 0x1.54p-128 is off 0x1.5555555555555p-128 by 1/256 vecast: 0x1.54p+124 is off 0x1.5555555555555p+124 by 1/256 vecast: 0x1.fep-128 is off 0x1p-127 by 1/256 *** Error 1 in . (:40 'run-regress-vecast') FAILED FAIL sys/altivec_ast *** Error 1 in . (:40 'run-regress-vecast')