Felix X.

Results 4 comments of Felix X.

> > `4/23 graphene / box ERROR 0.02s exit status 1` > > > `▶ 4/23 - box(empty).center() to be in (0, 0, 0) FAIL` Yeah I saw that, very...

@ebassi `-ffast-math` is set by build configurations. According to https://gcc.gnu.org/wiki/FloatingPointMath, this flag will also set `-ffnite-math-only` which will violate IEEE's floating-point specification and can potentially cause standard functions like `isinf(...)`...

It should now be fine........

@ebassi Are the changes ok now?