ref: 5165bd20c0353921c7aae4be68641ab718c8752f
parent: 6353bd43eba7f3fb2ad05a0d50e1d2aeb6840356
author: Olav Sørensen <[email protected]>
date: Sun Feb 27 08:55:03 EST 2022
Update pt2_hpc.c
--- a/src/pt2_hpc.c
+++ b/src/pt2_hpc.c
@@ -102,6 +102,8 @@
if (currTime64 < hpc->endTime64Int)
{
uint64_t timeLeft64 = hpc->endTime64Int - currTime64;
+
+ // convert to int32_t for fast SSE2 SIMD usage lateron
if (timeLeft64 > INT32_MAX)
timeLeft64 = INT32_MAX;