Rasmus Munk Larsen
|
fc87e2cbaa
|
Use bit_cast to create -0.0 for floating point types to avoid compiler optimization changing sign with --ffast-math enabled.
|
2021-06-11 02:35:53 +00:00 |
|
Rasmus Munk Larsen
|
85a76a16ea
|
Make vectorized compute_inverse_size4 compile with AVX.
|
2021-04-22 15:21:01 +00:00 |
|
Christoph Hertzberg
|
6197ce1a35
|
Replace -2147483648 by -0.0f or -0.0 constants (this should fix #2189).
Also, remove unnecessary `pgather` operations.
|
2021-04-07 11:25:27 +00:00 |
|
Antonio Sanchez
|
60218829b7
|
EOF newline added to InverseSize4.
Causing build breakages due to `-Wnewline-eof -Werror` that seems to be
common across Google.
|
2020-11-18 07:58:33 -08:00 |
|
Guoqiang QI
|
394f564055
|
Unify Inverse_SSE.h and Inverse_NEON.h into a single generic implementation using PacketMath.
|
2020-11-17 12:27:01 +00:00 |
|