diff README @ 1:90cb48b87dcc

*: don't hardcode the list of impls in multiple places
author Paper <paper@tflc.us>
date Mon, 09 Feb 2026 01:18:06 -0500
parents 422835bc1aca
children ead9f84d11db
line wrap: on
line diff
--- a/README	Mon Feb 09 01:15:00 2026 -0500
+++ b/README	Mon Feb 09 01:18:06 2026 -0500
@@ -8,4 +8,6 @@
 may cause this code to compile slowly on some machines or compilers.
 
 At the moment it is hardcoded for x86-64 and gcc, but it could be adapted to
-other compilers if they also have features like e.g. alignas() or whatever.
\ No newline at end of file
+other compilers if they also have features like e.g. alignas() or whatever.
+You'd also need to disable the x86 code which isn't difficult but is a bit
+annoying.