MerryMage
|
3caeb62ef1
|
emit_x64_floating_point: Hardware FMA implementation of FPRSqrtStepFused
|
2020-04-22 20:55:06 +01:00 |
|
MerryMage
|
344ee76aba
|
emit_x64_floating_point: Hardware FMA implementation of FPRecipStepFused{32,64}
|
2020-04-22 20:55:06 +01:00 |
|
MerryMage
|
27427595b7
|
emit_x64_floating_point: EmitFPToFixed: maxsd optimization
maxsd is not required when doing a signed conversion, because x64
produces a 0x80...00 value for out of range values.
|
2020-04-22 20:53:46 +01:00 |
|
MerryMage
|
1abf82ac4a
|
emit_x64_floating_point: ZeroIfNaN: pxor -> xorps
xorps is shorter and more appropriate here.
|
2020-04-22 20:53:46 +01:00 |
|
BreadFish64
|
2a65442933
|
Backend: Create "backend" folder
similar to the "frontend" folder
|
2020-04-22 20:53:46 +01:00 |
|