From: Jacob Lifshay Date: Tue, 31 Mar 2020 04:12:16 +0000 (-0700) Subject: fix some formatting X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9965219e3564cb0d0cb7a51b1c18351fa313e791;p=crowdsupply.git fix some formatting --- diff --git a/updates/023_2020mar26_decoder_emulator_started.mdwn b/updates/023_2020mar26_decoder_emulator_started.mdwn index 3a33098..c939acc 100644 --- a/updates/023_2020mar26_decoder_emulator_started.mdwn +++ b/updates/023_2020mar26_decoder_emulator_started.mdwn @@ -220,8 +220,7 @@ correct and does not contain transcription errors).* # simple-soft-float Library and POWER FP emulation -The -[simple-soft-float](https://salsa.debian.org/Kazan-team/simple-soft-float) +The [simple-soft-float](https://salsa.debian.org/Kazan-team/simple-soft-float) library is a floating-point library Jacob wrote with the intention of being a reference implementation of IEEE 754 for hardware testing purposes. It's specifically designed to be written to be easier to @@ -261,7 +260,7 @@ rewriting a lot of the status-flag handling code since Power supports a much larger set of floating-point status flags and exceptions than most other ISAs. -Thanks to RaptorCS for giving us remote access to a Power9 system, +Thanks to Raptor CS for giving us remote access to a Power9 system, since that makes it much easier verifying that the test cases are correct (more on this below).