Re: [PATCH] add fp*+ operator

2022-04-11 Thread Evan Hanson
Cool! I've applied this to master. All the best, Evan

[PATCH] add fp*+ operator

2022-04-10 Thread felix . winkelmann
Here is a patch for fused multiply-add ("fp*+") as suggested by Christian Himpe. The performance impact is small, but several Scheme implementations support this, and the increased accuracy may be useful. felix From d38071cfa345c1a7f7b09983e43d8a54e991e57e Mon Sep 17 00:00:00 2001 From: felix