39#include "primitiveTypes.h"
41#ifndef softfloat_sub256M
56 zPtr[index] = wordA - wordB - borrow;
58 borrow = borrow ? (wordA <= wordB) : (wordA < wordB);
#define indexWordLo(total)
#define indexWordHi(total)
void softfloat_sub256M(const uint64_t *aPtr, const uint64_t *bPtr, uint64_t *zPtr)
unsigned __int64 uint64_t