whitespace line
[openpower-isa.git] / openpower / isafunctions / bfp.mdwn
2023-12-22 Jacob Lifshayrestore use of ? : operator in bfp_ROUND_TO_BFP32/64...
2023-12-22 Jacob Lifshayrename fmv[ft]g*/fcvt[ft]g* to m[tf]fpr*/c[tf]fpr*
2023-06-02 Jacob Lifshayadd rest of bfp* functions needed for fcvtfg
2023-06-02 Jacob Lifshayadd more bfp_* functions
2023-06-02 Jacob Lifshayfix bfp compare
2023-06-02 Jacob Lifshayfix typo
2023-06-02 Jacob Lifshayfix using python int instead of SelectableInt
2023-06-02 Jacob Lifshayadd WIP bfp_* function
2023-06-02 Jacob Lifshayadd more bfp_* functions
2023-06-02 Jacob Lifshayfix bfp_COMPARE_* when given denormal inputs
2023-06-02 Jacob Lifshayadd more fp -> int bfp* functions
2023-06-02 Jacob Lifshayfix fp comparison
2023-06-02 Jacob Lifshayfix round nearest-even
2023-06-02 Jacob Lifshayadd bfp_CONVERT_FROM_UI32/64
2023-06-02 Jacob Lifshayfix mis-computed exponent in bfp_CONVERT_FROM_BFP64
2023-06-02 Jacob Lifshayadd rest of bfp_* helpers needed to run fcvt js test
2023-06-02 Jacob Lifshayfix `even` polarity in bfp_ROUND_TO_INTEGER
2023-06-02 Jacob Lifshayadd some bfp_* functions -- this isn't yet enough to...