7 Commits

Author SHA1 Message Date
Wunkolo 2ac7a78c3c Disable vrsqrt14ps-usage when determinism is enabled 2025-03-04 11:33:29 -08:00
Wunkolo 05ec427fec Use more accurate ReciprocalSqrt when available
Utilizes the AVX512 variant of `ReciprocalSqrt`([vrsqrt14ps](https://www.felixcloutier.com/x86/vrsqrt14ps)) that is accurate up to 14 bits of precision(rather than 12) when the host supports it.
2025-03-04 08:48:08 -08:00
Asriel Camora 834dc72f69 SIMD optimizations 2024-07-01 09:46:36 -07:00
Asriel Camora 82ac00df7c Batch allocations, replace all Vector<T> with Vector256 2024-03-15 03:32:08 -07:00
Asriel Camora 836e983eb2 Fix ConstantExpected simd call 2024-03-15 00:55:12 -07:00
Asriel Camora 85922b225c Use mask for ActionPool 2024-02-29 02:14:46 -08:00
Asriel Camora e6081f5e60 Remove crafty namespace from solver 2023-10-02 12:16:43 -07:00