add rowhammer mitigation to requirements spec
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Tue, 5 Mar 2019 19:14:16 +0000 (19:14 +0000)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Tue, 5 Mar 2019 19:14:16 +0000 (19:14 +0000)
3d_gpu/requirements_specification.mdwn

index d62657c98ab53feb8f40565d7f76724c1f55cd2a..75978ab4bee654486448888f5eec32bf5d0a94ce 100644 (file)
@@ -248,3 +248,7 @@ So, the multiplier should be capable of 64-bit fmadd, 2x32-bit fmadd,
 (8/16/32/64) sizes of integer mul/mulhsu/mulh/mulhu in 2 groups of 32-bits.
 We can implement fmul using fmadd with 0 (make sure that we get the right
 sign bit for 0 for all rounding modes).
+
+# Rowhammer Mitigation
+
+<http://lists.libre-riscv.org/pipermail/libre-riscv-dev/2019-March/000699.html>