diff options
Diffstat (limited to 'vendor/gmp-6.3.0/mpn/sparc32/v9/README')
-rw-r--r-- | vendor/gmp-6.3.0/mpn/sparc32/v9/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/vendor/gmp-6.3.0/mpn/sparc32/v9/README b/vendor/gmp-6.3.0/mpn/sparc32/v9/README new file mode 100644 index 0000000..9b39713 --- /dev/null +++ b/vendor/gmp-6.3.0/mpn/sparc32/v9/README @@ -0,0 +1,4 @@ +Code for SPARC processors implementing version 9 of the SPARC architecture. +This code is for systems that doesn't preserve the full 64-bit contents of +integer register at context switch. For other systems (such as Solaris 7 or +later) use the code in ../../sparc64. |