xtensor-stack / xtensor

C++ tensors with broadcasting and lazy computing
BSD 3-Clause "New" or "Revised" License
3.32k stars 396 forks source link

Use 1/4 step for testing arange #2763

Closed matwey closed 8 months ago

matwey commented 8 months ago

On x86 architecture multiplying 3.f on 0.3f results into different values in compile time and runtime.

Partially fix #2328

JohanMabille commented 8 months ago

Thanks!